Shades of Blue Romance #D0EECF
Tints of Blue Romance #D0EECF
RGB
CMYK
RGB Variations
Color information
#D0EECF (or 0xD0EECF) is known color: Blue Romance. HEX triplet: D0, EE and CF. RGB value is (208,238,207). Sum of RGB (Red+Green+Blue) = 208+238+207=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EECF is #2F1130. Grayscale: #E1E1E1. Windows color (decimal): -3084593 or 13627088. OLE color: 13627088.
HSL color Cylindrical-coordinate representation of color #D0EECF: hue angle of 118.06º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EECF is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 207 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.07 |
| HSL | 118.06º | 0.48% | 0.87% | - |
| HSV(B) | 118.06º | 0.13% | 0.93% | - |
| XYZ | 67.85 | 79.06 | 70.72 | - |
| YUV | 225.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 207 | 0.13 | 0 | 0.13 | 0.07 | 118.06 | 0.48 | 0.87 |
| Hex | D0 | EE | CF | D | 0 | D | 7 | 76 | 30 | 57 |
| Octal | 320 | 356 | 317 | 15 | 0 | 15 | 7 | 166 | 60 | 127 |
| Binary | 11010000 | 11101110 | 11001111 | 1101 | 0 | 1101 | 111 | 1110110 | 110000 | 1010111 |
Color Harmonies of #D0EECF
Complementary color
Monochromatic Colors of #D0EECF
Black with #D0EECF
Text Example
Text Example
White with #D0EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EECF; }
p { color: rgb(208,238,207); }
H1.HeaderClassName
{
color: #D0EECF;
}
.AnyTagClassName
{
color: #D0EECF;
}
</style>
background-color css
<style>
a { background-color: #D0EECF; }
a { background-color: rgb(208,238,207); }
div.DivClassName
{
background-color: #D0EECF;
}
.BgClassName
{
background-color: #D0EECF;
}
</style>
border-color css
<style>
span { border-color: #D0EECF; }
span { border-color: rgb(208,238,207); }
td.TdClassName
{
border-color: #D0EECF;
}
.TagClassName
{
border-color: #D0EECF;
}
</style>