Shades of Blue Romance #D0F9CE
Tints of Blue Romance #D0F9CE
RGB
CMYK
RGB Variations
Color information
#D0F9CE (or 0xD0F9CE) is known color: Blue Romance. HEX triplet: D0, F9 and CE. RGB value is (208,249,206). Sum of RGB (Red+Green+Blue) = 208+249+206=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9CE is #2F0631. Grayscale: #E7E7E7. Windows color (decimal): -3081778 or 13564368. OLE color: 13564368.
HSL color Cylindrical-coordinate representation of color #D0F9CE: hue angle of 117.21º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0F9CE is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 206 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.02 |
| HSL | 117.21º | 0.78% | 0.89% | - |
| HSV(B) | 117.21º | 0.17% | 0.98% | - |
| XYZ | 71.03 | 85.62 | 71.17 | - |
| YUV | 231.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 206 | 0.16 | 0 | 0.17 | 0.02 | 117.21 | 0.78 | 0.89 |
| Hex | D0 | F9 | CE | 10 | 0 | 11 | 2 | 75 | 4E | 59 |
| Octal | 320 | 371 | 316 | 20 | 0 | 21 | 2 | 165 | 116 | 131 |
| Binary | 11010000 | 11111001 | 11001110 | 10000 | 0 | 10001 | 10 | 1110101 | 1001110 | 1011001 |
Color Harmonies of #D0F9CE
Complementary color
Monochromatic Colors of #D0F9CE
Black with #D0F9CE
Text Example
Text Example
White with #D0F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F9CE; }
p { color: rgb(208,249,206); }
H1.HeaderClassName
{
color: #D0F9CE;
}
.AnyTagClassName
{
color: #D0F9CE;
}
</style>
background-color css
<style>
a { background-color: #D0F9CE; }
a { background-color: rgb(208,249,206); }
div.DivClassName
{
background-color: #D0F9CE;
}
.BgClassName
{
background-color: #D0F9CE;
}
</style>
border-color css
<style>
span { border-color: #D0F9CE; }
span { border-color: rgb(208,249,206); }
td.TdClassName
{
border-color: #D0F9CE;
}
.TagClassName
{
border-color: #D0F9CE;
}
</style>