Color spaces of #dbd2ea
RGB | 219 | 210 | 234 |
---|---|---|---|
HSL | 0.73 | 0.36 | 0.87 |
HSV | 263° | 10° | 92° |
CMYK | 0.06 | 0.10 | 0.00 0.08 |
XYZ | 67.1113 | 67.0938 | 87.2551 |
Yxy | 67.0938 | 0.3030 | 0.3030 |
Hunter Lab | 81.9108 | 2.9050 | -5.8208 |
CIE-Lab | 85.5513 | 7.5137 | -10.6807 |
#dbd2ea color RGB value is (219,210,234).
#dbd2ea hex color red value is 219, green value is 210 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbd2ea hue: 0.73 , saturation: 0.36 and the lightness value of dbd2ea is 0.87.
The process color (four color CMYK) of #dbd2ea color hex is 0.06, 0.10, 0.00, 0.08. Web safe color of #dbd2ea is #ccccff. Color #dbd2ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11010010 | 11101010 |
Octal | 333 | 322 | 352 |
Decimal | 219 | 210 | 234 |
Hex | DB | D2 | EA |
Shades of #dbd2ea
Tints of #dbd2ea
RGB Percentages of Color #dbd2ea
CMYK Percentages of Color #dbd2ea
Complementary Color
#dbd2ea | #e1ead2 |
#dbd2ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd2ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd2ea Color CSS Codes
.mybgcolor {background-color:#dbd2ea; } .myforecolor {color:#dbd2ea; } .mybordercolor {border:3px solid #dbd2ea; }
#dbd2ea Text Font Color
<p style="color:#dbd2ea">Text here</p>
This sample text font color is #dbd2ea
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.
#dbd2ea Background Color
<div style="background-color:#dbd2ea">
Div content here</div>
This div background color is #dbd2ea
#dbd2ea Border Color
<div style="border:3px solid #dbd2ea">
Div here</div>
This div border color is #dbd2ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,210,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd2ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd2ea; -webkit-box-shadow: 1px 1px 3px 2px #dbd2ea; box-shadow: 1px 1px 3px 2px #dbd2ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,210,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbd2ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd2ea; -webkit-box-shadow: 1px 1px 3px 2px #dbd2ea; box-shadow: 1px 1px 3px 2px #dbd2ea;">
Div content here</div>
This div box has shadow with color #dbd2ea
Comments
No comments written yet.
Please login to write comment.