Color spaces of #d1caff
RGB | 209 | 202 | 255 |
---|---|---|---|
HSL | 0.69 | 1.00 | 0.90 |
HSV | 248° | 21° | 100° |
CMYK | 0.18 | 0.21 | 0.00 0.00 |
XYZ | 65.4650 | 63.0164 | 103.3207 |
Yxy | 63.0164 | 0.2824 | 0.2719 |
Hunter Lab | 79.3829 | 8.2843 | -21.6008 |
CIE-Lab | 83.4510 | 12.8958 | -25.0674 |
#d1caff color RGB value is (209,202,255).
#d1caff hex color red value is 209, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d1caff hue: 0.69 , saturation: 1.00 and the lightness value of d1caff is 0.90.
The process color (four color CMYK) of #d1caff color hex is 0.18, 0.21, 0.00, 0.00. Web safe color of #d1caff is #ccccff. Color #d1caff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11001010 | 11111111 |
Octal | 321 | 312 | 377 |
Decimal | 209 | 202 | 255 |
Hex | D1 | CA | FF |
Shades of #d1caff
Tints of #d1caff
RGB Percentages of Color #d1caff
CMYK Percentages of Color #d1caff
Complementary Color
#d1caff | #f8ffca |
#d1caff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1caff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1caff Color CSS Codes
.mybgcolor {background-color:#d1caff; } .myforecolor {color:#d1caff; } .mybordercolor {border:3px solid #d1caff; }
#d1caff Text Font Color
<p style="color:#d1caff">Text here</p>
This sample text font color is #d1caff
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.
#d1caff Background Color
<div style="background-color:#d1caff">
Div content here</div>
This div background color is #d1caff
#d1caff Border Color
<div style="border:3px solid #d1caff">
Div here</div>
This div border color is #d1caff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,202,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1caff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1caff; -webkit-box-shadow: 1px 1px 3px 2px #d1caff; box-shadow: 1px 1px 3px 2px #d1caff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,202,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1caff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1caff; -webkit-box-shadow: 1px 1px 3px 2px #d1caff; box-shadow: 1px 1px 3px 2px #d1caff;">
Div content here</div>
This div box has shadow with color #d1caff
Comments
No comments written yet.
Please login to write comment.