Shades of Blue Romance #D6E8D2
Tints of Blue Romance #D6E8D2
RGB
CMYK
RGB Variations
Color information
#D6E8D2 (or 0xD6E8D2) is known color: Blue Romance. HEX triplet: D6, E8 and D2. RGB value is (214,232,210). Sum of RGB (Red+Green+Blue) = 214+232+210=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8D2 is #29172D. Grayscale: #E0E0E0. Windows color (decimal): -2692910 or 13822166. OLE color: 13822166.
HSL color Cylindrical-coordinate representation of color #D6E8D2: hue angle of 109.09º degrees, saturation: 0.32, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6E8D2 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 232 | 210 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.09 |
| HSL | 109.09º | 0.32% | 0.87% | - |
| HSV(B) | 109.09º | 0.09% | 0.91% | - |
| XYZ | 68.22 | 76.66 | 72.17 | - |
| YUV | 224.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 232 | 210 | 0.08 | 0 | 0.09 | 0.09 | 109.09 | 0.32 | 0.87 |
| Hex | D6 | E8 | D2 | 8 | 0 | 9 | 9 | 6D | 20 | 57 |
| Octal | 326 | 350 | 322 | 10 | 0 | 11 | 11 | 155 | 40 | 127 |
| Binary | 11010110 | 11101000 | 11010010 | 1000 | 0 | 1001 | 1001 | 1101101 | 100000 | 1010111 |
Color Harmonies of #D6E8D2
Complementary color
Monochromatic Colors of #D6E8D2
Black with #D6E8D2
Text Example
Text Example
White with #D6E8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E8D2; }
p { color: rgb(214,232,210); }
H1.HeaderClassName
{
color: #D6E8D2;
}
.AnyTagClassName
{
color: #D6E8D2;
}
</style>
background-color css
<style>
a { background-color: #D6E8D2; }
a { background-color: rgb(214,232,210); }
div.DivClassName
{
background-color: #D6E8D2;
}
.BgClassName
{
background-color: #D6E8D2;
}
</style>
border-color css
<style>
span { border-color: #D6E8D2; }
span { border-color: rgb(214,232,210); }
td.TdClassName
{
border-color: #D6E8D2;
}
.TagClassName
{
border-color: #D6E8D2;
}
</style>