Shades of Blue Romance #D0FBCE
Tints of Blue Romance #D0FBCE
RGB
CMYK
RGB Variations
Color information
#D0FBCE (or 0xD0FBCE) is known color: Blue Romance. HEX triplet: D0, FB and CE. RGB value is (208,251,206). Sum of RGB (Red+Green+Blue) = 208+251+206=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FBCE is #2F0431. Grayscale: #E9E9E9. Windows color (decimal): -3081266 or 13564880. OLE color: 13564880.
HSL color Cylindrical-coordinate representation of color #D0FBCE: hue angle of 117.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FBCE is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 206 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.02 |
| HSL | 117.33º | 0.85% | 0.9% | - |
| HSV(B) | 117.33º | 0.18% | 0.98% | - |
| XYZ | 71.65 | 86.86 | 71.38 | - |
| YUV | 233.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 206 | 0.17 | 0 | 0.18 | 0.02 | 117.33 | 0.85 | 0.9 |
| Hex | D0 | FB | CE | 11 | 0 | 12 | 2 | 75 | 55 | 5A |
| Octal | 320 | 373 | 316 | 21 | 0 | 22 | 2 | 165 | 125 | 132 |
| Binary | 11010000 | 11111011 | 11001110 | 10001 | 0 | 10010 | 10 | 1110101 | 1010101 | 1011010 |
Color Harmonies of #D0FBCE
Complementary color
Monochromatic Colors of #D0FBCE
Black with #D0FBCE
Text Example
Text Example
White with #D0FBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBCE; }
p { color: rgb(208,251,206); }
H1.HeaderClassName
{
color: #D0FBCE;
}
.AnyTagClassName
{
color: #D0FBCE;
}
</style>
background-color css
<style>
a { background-color: #D0FBCE; }
a { background-color: rgb(208,251,206); }
div.DivClassName
{
background-color: #D0FBCE;
}
.BgClassName
{
background-color: #D0FBCE;
}
</style>
border-color css
<style>
span { border-color: #D0FBCE; }
span { border-color: rgb(208,251,206); }
td.TdClassName
{
border-color: #D0FBCE;
}
.TagClassName
{
border-color: #D0FBCE;
}
</style>