Shades of Blue Romance #D0FECF
Tints of Blue Romance #D0FECF
RGB
CMYK
RGB Variations
Color information
#D0FECF (or 0xD0FECF) is known color: Blue Romance. HEX triplet: D0, FE and CF. RGB value is (208,254,207). Sum of RGB (Red+Green+Blue) = 208+254+207=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FECF is #2F0130. Grayscale: #EBEBEB. Windows color (decimal): -3080497 or 13631184. OLE color: 13631184.
HSL color Cylindrical-coordinate representation of color #D0FECF: hue angle of 118.72º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0FECF is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 207 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.00 |
| HSL | 118.72º | 0.96% | 0.9% | - |
| HSV(B) | 118.72º | 0.19% | 1% | - |
| XYZ | 72.72 | 88.8 | 72.34 | - |
| YUV | 234.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 207 | 0.18 | 0 | 0.19 | 0.00 | 118.72 | 0.96 | 0.9 |
| Hex | D0 | FE | CF | 12 | 0 | 13 | 0 | 77 | 60 | 5A |
| Octal | 320 | 376 | 317 | 22 | 0 | 23 | 0 | 167 | 140 | 132 |
| Binary | 11010000 | 11111110 | 11001111 | 10010 | 0 | 10011 | 0 | 1110111 | 1100000 | 1011010 |
Color Harmonies of #D0FECF
Complementary color
Monochromatic Colors of #D0FECF
Black with #D0FECF
Text Example
Text Example
White with #D0FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FECF; }
p { color: rgb(208,254,207); }
H1.HeaderClassName
{
color: #D0FECF;
}
.AnyTagClassName
{
color: #D0FECF;
}
</style>
background-color css
<style>
a { background-color: #D0FECF; }
a { background-color: rgb(208,254,207); }
div.DivClassName
{
background-color: #D0FECF;
}
.BgClassName
{
background-color: #D0FECF;
}
</style>
border-color css
<style>
span { border-color: #D0FECF; }
span { border-color: rgb(208,254,207); }
td.TdClassName
{
border-color: #D0FECF;
}
.TagClassName
{
border-color: #D0FECF;
}
</style>