Shades of Blue Romance #D0F2CE
Tints of Blue Romance #D0F2CE
RGB
CMYK
RGB Variations
Color information
#D0F2CE (or 0xD0F2CE) is known color: Blue Romance. HEX triplet: D0, F2 and CE. RGB value is (208,242,206). Sum of RGB (Red+Green+Blue) = 208+242+206=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2CE is #2F0D31. Grayscale: #E3E3E3. Windows color (decimal): -3083570 or 13562576. OLE color: 13562576.
HSL color Cylindrical-coordinate representation of color #D0F2CE: hue angle of 116.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F2CE is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 206 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.05 |
| HSL | 116.67º | 0.58% | 0.88% | - |
| HSV(B) | 116.67º | 0.15% | 0.95% | - |
| XYZ | 68.91 | 81.37 | 70.47 | - |
| YUV | 227.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 206 | 0.14 | 0 | 0.15 | 0.05 | 116.67 | 0.58 | 0.88 |
| Hex | D0 | F2 | CE | E | 0 | F | 5 | 75 | 3A | 58 |
| Octal | 320 | 362 | 316 | 16 | 0 | 17 | 5 | 165 | 72 | 130 |
| Binary | 11010000 | 11110010 | 11001110 | 1110 | 0 | 1111 | 101 | 1110101 | 111010 | 1011000 |
Color Harmonies of #D0F2CE
Complementary color
Monochromatic Colors of #D0F2CE
Black with #D0F2CE
Text Example
Text Example
White with #D0F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2CE; }
p { color: rgb(208,242,206); }
H1.HeaderClassName
{
color: #D0F2CE;
}
.AnyTagClassName
{
color: #D0F2CE;
}
</style>
background-color css
<style>
a { background-color: #D0F2CE; }
a { background-color: rgb(208,242,206); }
div.DivClassName
{
background-color: #D0F2CE;
}
.BgClassName
{
background-color: #D0F2CE;
}
</style>
border-color css
<style>
span { border-color: #D0F2CE; }
span { border-color: rgb(208,242,206); }
td.TdClassName
{
border-color: #D0F2CE;
}
.TagClassName
{
border-color: #D0F2CE;
}
</style>