Color spaces of #dbcaf1
RGB | 219 | 202 | 241 |
---|---|---|---|
HSL | 0.74 | 0.58 | 0.87 |
HSV | 266° | 16° | 95° |
CMYK | 0.09 | 0.16 | 0.00 0.05 |
XYZ | 66.2111 | 63.6520 | 92.0155 |
Yxy | 63.6520 | 0.2984 | 0.2869 |
Hunter Lab | 79.7822 | 8.5180 | -12.5336 |
CIE-Lab | 83.7843 | 13.1306 | -17.0460 |
#dbcaf1 color RGB value is (219,202,241).
#dbcaf1 hex color red value is 219, green value is 202 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #dbcaf1 hue: 0.74 , saturation: 0.58 and the lightness value of dbcaf1 is 0.87.
The process color (four color CMYK) of #dbcaf1 color hex is 0.09, 0.16, 0.00, 0.05. Web safe color of #dbcaf1 is #ccccff. Color #dbcaf1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001010 | 11110001 |
Octal | 333 | 312 | 361 |
Decimal | 219 | 202 | 241 |
Hex | DB | CA | F1 |
Shades of #dbcaf1
Tints of #dbcaf1
RGB Percentages of Color #dbcaf1
CMYK Percentages of Color #dbcaf1
Complementary Color
#dbcaf1 | #e0f1ca |
#dbcaf1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcaf1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcaf1 Color CSS Codes
.mybgcolor {background-color:#dbcaf1; } .myforecolor {color:#dbcaf1; } .mybordercolor {border:3px solid #dbcaf1; }
#dbcaf1 Text Font Color
<p style="color:#dbcaf1">Text here</p>
This sample text font color is #dbcaf1
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.
#dbcaf1 Background Color
<div style="background-color:#dbcaf1">
Div content here</div>
This div background color is #dbcaf1
#dbcaf1 Border Color
<div style="border:3px solid #dbcaf1">
Div here</div>
This div border color is #dbcaf1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,202,241, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcaf1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcaf1; -webkit-box-shadow: 1px 1px 3px 2px #dbcaf1; box-shadow: 1px 1px 3px 2px #dbcaf1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,202,241, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcaf1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcaf1; -webkit-box-shadow: 1px 1px 3px 2px #dbcaf1; box-shadow: 1px 1px 3px 2px #dbcaf1;">
Div content here</div>
This div box has shadow with color #dbcaf1
Comments
No comments written yet.
Please login to write comment.