Shades of Blue Romance #D0EFCE
Tints of Blue Romance #D0EFCE
RGB
CMYK
RGB Variations
Color information
#D0EFCE (or 0xD0EFCE) is known color: Blue Romance. HEX triplet: D0, EF and CE. RGB value is (208,239,206). Sum of RGB (Red+Green+Blue) = 208+239+206=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFCE is #2F1031. Grayscale: #E2E2E2. Windows color (decimal): -3084338 or 13561808. OLE color: 13561808.
HSL color Cylindrical-coordinate representation of color #D0EFCE: hue angle of 116.36º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0EFCE is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 206 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.06 |
| HSL | 116.36º | 0.51% | 0.87% | - |
| HSV(B) | 116.36º | 0.14% | 0.94% | - |
| XYZ | 68.02 | 79.6 | 70.17 | - |
| YUV | 225.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 206 | 0.13 | 0 | 0.14 | 0.06 | 116.36 | 0.51 | 0.87 |
| Hex | D0 | EF | CE | D | 0 | E | 6 | 74 | 33 | 57 |
| Octal | 320 | 357 | 316 | 15 | 0 | 16 | 6 | 164 | 63 | 127 |
| Binary | 11010000 | 11101111 | 11001110 | 1101 | 0 | 1110 | 110 | 1110100 | 110011 | 1010111 |
Color Harmonies of #D0EFCE
Complementary color
Monochromatic Colors of #D0EFCE
Black with #D0EFCE
Text Example
Text Example
White with #D0EFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFCE; }
p { color: rgb(208,239,206); }
H1.HeaderClassName
{
color: #D0EFCE;
}
.AnyTagClassName
{
color: #D0EFCE;
}
</style>
background-color css
<style>
a { background-color: #D0EFCE; }
a { background-color: rgb(208,239,206); }
div.DivClassName
{
background-color: #D0EFCE;
}
.BgClassName
{
background-color: #D0EFCE;
}
</style>
border-color css
<style>
span { border-color: #D0EFCE; }
span { border-color: rgb(208,239,206); }
td.TdClassName
{
border-color: #D0EFCE;
}
.TagClassName
{
border-color: #D0EFCE;
}
</style>