Color spaces of #ddc1fb
RGB | 221 | 193 | 251 |
---|---|---|---|
HSL | 0.75 | 0.88 | 0.87 |
HSV | 269° | 23° | 98° |
CMYK | 0.12 | 0.23 | 0.00 0.02 |
XYZ | 66.3013 | 60.4771 | 99.4456 |
Yxy | 60.4771 | 0.2931 | 0.2673 |
Hunter Lab | 77.7670 | 16.0902 | -21.3809 |
CIE-Lab | 82.0968 | 20.6051 | -24.9137 |
#ddc1fb color RGB value is (221,193,251).
#ddc1fb hex color red value is 221, green value is 193 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ddc1fb hue: 0.75 , saturation: 0.88 and the lightness value of ddc1fb is 0.87.
The process color (four color CMYK) of #ddc1fb color hex is 0.12, 0.23, 0.00, 0.02. Web safe color of #ddc1fb is #ccccff. Color #ddc1fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11000001 | 11111011 |
Octal | 335 | 301 | 373 |
Decimal | 221 | 193 | 251 |
Hex | DD | C1 | FB |
Shades of #ddc1fb
Tints of #ddc1fb
RGB Percentages of Color #ddc1fb
CMYK Percentages of Color #ddc1fb
Complementary Color
#ddc1fb | #dffbc1 |
#ddc1fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc1fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc1fb Color CSS Codes
.mybgcolor {background-color:#ddc1fb; } .myforecolor {color:#ddc1fb; } .mybordercolor {border:3px solid #ddc1fb; }
#ddc1fb Text Font Color
<p style="color:#ddc1fb">Text here</p>
This sample text font color is #ddc1fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ddc1fb Background Color
<div style="background-color:#ddc1fb">
Div content here</div>
This div background color is #ddc1fb
#ddc1fb Border Color
<div style="border:3px solid #ddc1fb">
Div here</div>
This div border color is #ddc1fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,193,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc1fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc1fb; -webkit-box-shadow: 1px 1px 3px 2px #ddc1fb; box-shadow: 1px 1px 3px 2px #ddc1fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,193,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddc1fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc1fb; -webkit-box-shadow: 1px 1px 3px 2px #ddc1fb; box-shadow: 1px 1px 3px 2px #ddc1fb;">
Div content here</div>
This div box has shadow with color #ddc1fb
Comments
No comments written yet.
Please login to write comment.