Shades of Blue Romance #D9EAD5
Tints of Blue Romance #D9EAD5
RGB
CMYK
RGB Variations
Color information
#D9EAD5 (or 0xD9EAD5) is known color: Blue Romance. HEX triplet: D9, EA and D5. RGB value is (217,234,213). Sum of RGB (Red+Green+Blue) = 217+234+213=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EAD5 is #26152A. Grayscale: #E2E2E2. Windows color (decimal): -2495787 or 14019289. OLE color: 14019289.
HSL color Cylindrical-coordinate representation of color #D9EAD5: hue angle of 108.57º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9EAD5 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 217 | 234 | 213 | - |
CMYK | 0.07 | 0 | 0.09 | 0.08 |
HSL | 108.57º | 0.33% | 0.88% | - |
HSV(B) | 108.57º | 0.09% | 0.92% | - |
XYZ | 70.05 | 78.4 | 74.39 | - |
YUV | 226.52 | 120.37 | 121.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 234 | 213 | 0.07 | 0 | 0.09 | 0.08 | 108.57 | 0.33 | 0.88 |
Hex | D9 | EA | D5 | 7 | 0 | 9 | 8 | 6D | 21 | 58 |
Octal | 331 | 352 | 325 | 7 | 0 | 11 | 10 | 155 | 41 | 130 |
Binary | 11011001 | 11101010 | 11010101 | 111 | 0 | 1001 | 1000 | 1101101 | 100001 | 1011000 |
Color Harmonies of #D9EAD5
Complementary color
Monochromatic Colors of #D9EAD5
Black with #D9EAD5
Text Example
Text Example
White with #D9EAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EAD5; }
p { color: rgb(217,234,213); }
H1.HeaderClassName
{
color: #D9EAD5;
}
.AnyTagClassName
{
color: #D9EAD5;
}
</style>
background-color css
<style>
a { background-color: #D9EAD5; }
a { background-color: rgb(217,234,213); }
div.DivClassName
{
background-color: #D9EAD5;
}
.BgClassName
{
background-color: #D9EAD5;
}
</style>
border-color css
<style>
span { border-color: #D9EAD5; }
span { border-color: rgb(217,234,213); }
td.TdClassName
{
border-color: #D9EAD5;
}
.TagClassName
{
border-color: #D9EAD5;
}
</style>