Shades of Blue Romance #D0F3CE
Tints of Blue Romance #D0F3CE
RGB
CMYK
RGB Variations
Color information
#D0F3CE (or 0xD0F3CE) is known color: Blue Romance. HEX triplet: D0, F3 and CE. RGB value is (208,243,206). Sum of RGB (Red+Green+Blue) = 208+243+206=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3CE is #2F0C31. Grayscale: #E4E4E4. Windows color (decimal): -3083314 or 13562832. OLE color: 13562832.
HSL color Cylindrical-coordinate representation of color #D0F3CE: hue angle of 116.76º degrees, saturation: 0.61, 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 #D0F3CE is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 206 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.05 |
| HSL | 116.76º | 0.61% | 0.88% | - |
| HSV(B) | 116.76º | 0.15% | 0.95% | - |
| XYZ | 69.2 | 81.97 | 70.57 | - |
| YUV | 228.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 206 | 0.14 | 0 | 0.15 | 0.05 | 116.76 | 0.61 | 0.88 |
| Hex | D0 | F3 | CE | E | 0 | F | 5 | 75 | 3D | 58 |
| Octal | 320 | 363 | 316 | 16 | 0 | 17 | 5 | 165 | 75 | 130 |
| Binary | 11010000 | 11110011 | 11001110 | 1110 | 0 | 1111 | 101 | 1110101 | 111101 | 1011000 |
Color Harmonies of #D0F3CE
Complementary color
Monochromatic Colors of #D0F3CE
Black with #D0F3CE
Text Example
Text Example
White with #D0F3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F3CE; }
p { color: rgb(208,243,206); }
H1.HeaderClassName
{
color: #D0F3CE;
}
.AnyTagClassName
{
color: #D0F3CE;
}
</style>
background-color css
<style>
a { background-color: #D0F3CE; }
a { background-color: rgb(208,243,206); }
div.DivClassName
{
background-color: #D0F3CE;
}
.BgClassName
{
background-color: #D0F3CE;
}
</style>
border-color css
<style>
span { border-color: #D0F3CE; }
span { border-color: rgb(208,243,206); }
td.TdClassName
{
border-color: #D0F3CE;
}
.TagClassName
{
border-color: #D0F3CE;
}
</style>