Shades of Blue Romance #D6EAD2
Tints of Blue Romance #D6EAD2
RGB
CMYK
RGB Variations
Color information
#D6EAD2 (or 0xD6EAD2) is known color: Blue Romance. HEX triplet: D6, EA and D2. RGB value is (214,234,210). Sum of RGB (Red+Green+Blue) = 214+234+210=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EAD2 is #29152D. Grayscale: #E1E1E1. Windows color (decimal): -2692398 or 13822678. OLE color: 13822678.
HSL color Cylindrical-coordinate representation of color #D6EAD2: hue angle of 110º 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 #D6EAD2 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 234 | 210 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.08 |
| HSL | 110º | 0.36% | 0.87% | - |
| HSV(B) | 110º | 0.1% | 0.92% | - |
| XYZ | 68.79 | 77.79 | 72.36 | - |
| YUV | 225.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 234 | 210 | 0.09 | 0 | 0.10 | 0.08 | 110 | 0.36 | 0.87 |
| Hex | D6 | EA | D2 | 9 | 0 | A | 8 | 6E | 24 | 57 |
| Octal | 326 | 352 | 322 | 11 | 0 | 12 | 10 | 156 | 44 | 127 |
| Binary | 11010110 | 11101010 | 11010010 | 1001 | 0 | 1010 | 1000 | 1101110 | 100100 | 1010111 |
Color Harmonies of #D6EAD2
Complementary color
Monochromatic Colors of #D6EAD2
Black with #D6EAD2
Text Example
Text Example
White with #D6EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EAD2; }
p { color: rgb(214,234,210); }
H1.HeaderClassName
{
color: #D6EAD2;
}
.AnyTagClassName
{
color: #D6EAD2;
}
</style>
background-color css
<style>
a { background-color: #D6EAD2; }
a { background-color: rgb(214,234,210); }
div.DivClassName
{
background-color: #D6EAD2;
}
.BgClassName
{
background-color: #D6EAD2;
}
</style>
border-color css
<style>
span { border-color: #D6EAD2; }
span { border-color: rgb(214,234,210); }
td.TdClassName
{
border-color: #D6EAD2;
}
.TagClassName
{
border-color: #D6EAD2;
}
</style>