Shades of Blue Romance #D4EAD2
Tints of Blue Romance #D4EAD2
RGB
CMYK
RGB Variations
Color information
#D4EAD2 (or 0xD4EAD2) is known color: Blue Romance. HEX triplet: D4, EA and D2. RGB value is (212,234,210). Sum of RGB (Red+Green+Blue) = 212+234+210=656 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.32% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EAD2 is #2B152D. Grayscale: #E0E0E0. Windows color (decimal): -2823470 or 13822676. OLE color: 13822676.
HSL color Cylindrical-coordinate representation of color #D4EAD2: hue angle of 115º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4EAD2 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 212 | 234 | 210 | - |
CMYK | 0.09 | 0 | 0.10 | 0.08 |
HSL | 115º | 0.36% | 0.87% | - |
HSV(B) | 115º | 0.1% | 0.92% | - |
XYZ | 68.21 | 77.5 | 72.34 | - |
YUV | 224.69 | 119.71 | 118.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 234 | 210 | 0.09 | 0 | 0.10 | 0.08 | 115 | 0.36 | 0.87 |
Hex | D4 | EA | D2 | 9 | 0 | A | 8 | 73 | 24 | 57 |
Octal | 324 | 352 | 322 | 11 | 0 | 12 | 10 | 163 | 44 | 127 |
Binary | 11010100 | 11101010 | 11010010 | 1001 | 0 | 1010 | 1000 | 1110011 | 100100 | 1010111 |
Color Harmonies of #D4EAD2
Complementary color
Monochromatic Colors of #D4EAD2
Black with #D4EAD2
Text Example
Text Example
White with #D4EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EAD2; }
p { color: rgb(212,234,210); }
H1.HeaderClassName
{
color: #D4EAD2;
}
.AnyTagClassName
{
color: #D4EAD2;
}
</style>
background-color css
<style>
a { background-color: #D4EAD2; }
a { background-color: rgb(212,234,210); }
div.DivClassName
{
background-color: #D4EAD2;
}
.BgClassName
{
background-color: #D4EAD2;
}
</style>
border-color css
<style>
span { border-color: #D4EAD2; }
span { border-color: rgb(212,234,210); }
td.TdClassName
{
border-color: #D4EAD2;
}
.TagClassName
{
border-color: #D4EAD2;
}
</style>