Shades of Blue Romance #D0FECD
Tints of Blue Romance #D0FECD
RGB
CMYK
RGB Variations
Color information
#D0FECD (or 0xD0FECD) is known color: Blue Romance. HEX triplet: D0, FE and CD. RGB value is (208,254,205). Sum of RGB (Red+Green+Blue) = 208+254+205=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FECD is #2F0132. Grayscale: #EAEAEA. Windows color (decimal): -3080499 or 13500112. OLE color: 13500112.
HSL color Cylindrical-coordinate representation of color #D0FECD: hue angle of 116.33º 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 #D0FECD is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 205 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.00 |
| HSL | 116.33º | 0.96% | 0.9% | - |
| HSV(B) | 116.33º | 0.19% | 1% | - |
| XYZ | 72.47 | 88.7 | 71.06 | - |
| YUV | 234.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 205 | 0.18 | 0 | 0.19 | 0.00 | 116.33 | 0.96 | 0.9 |
| Hex | D0 | FE | CD | 12 | 0 | 13 | 0 | 74 | 60 | 5A |
| Octal | 320 | 376 | 315 | 22 | 0 | 23 | 0 | 164 | 140 | 132 |
| Binary | 11010000 | 11111110 | 11001101 | 10010 | 0 | 10011 | 0 | 1110100 | 1100000 | 1011010 |
Color Harmonies of #D0FECD
Complementary color
Monochromatic Colors of #D0FECD
Black with #D0FECD
Text Example
Text Example
White with #D0FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FECD; }
p { color: rgb(208,254,205); }
H1.HeaderClassName
{
color: #D0FECD;
}
.AnyTagClassName
{
color: #D0FECD;
}
</style>
background-color css
<style>
a { background-color: #D0FECD; }
a { background-color: rgb(208,254,205); }
div.DivClassName
{
background-color: #D0FECD;
}
.BgClassName
{
background-color: #D0FECD;
}
</style>
border-color css
<style>
span { border-color: #D0FECD; }
span { border-color: rgb(208,254,205); }
td.TdClassName
{
border-color: #D0FECD;
}
.TagClassName
{
border-color: #D0FECD;
}
</style>