Shades of Blue Romance #D0FFCD
Tints of Blue Romance #D0FFCD
RGB
CMYK
RGB Variations
Color information
#D0FFCD (or 0xD0FFCD) is known color: Blue Romance. HEX triplet: D0, FF and CD. RGB value is (208,255,205). Sum of RGB (Red+Green+Blue) = 208+255+205=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFCD is #2F0032. Grayscale: #EBEBEB. Windows color (decimal): -3080243 or 13500368. OLE color: 13500368.
HSL color Cylindrical-coordinate representation of color #D0FFCD: hue angle of 116.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0FFCD is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 205 | - |
| CMYK | 0.18 | 0 | 0.20 | 0 |
| HSL | 116.4º | 1% | 0.9% | - |
| HSV(B) | 116.4º | 0.2% | 1% | - |
| XYZ | 72.79 | 89.34 | 71.16 | - |
| YUV | 235.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 205 | 0.18 | 0 | 0.20 | 0 | 116.4 | 1 | 0.9 |
| Hex | D0 | FF | CD | 12 | 0 | 14 | 0 | 74 | 64 | 5A |
| Octal | 320 | 377 | 315 | 22 | 0 | 24 | 0 | 164 | 144 | 132 |
| Binary | 11010000 | 11111111 | 11001101 | 10010 | 0 | 10100 | 0 | 1110100 | 1100100 | 1011010 |
Color Harmonies of #D0FFCD
Complementary color
Monochromatic Colors of #D0FFCD
Black with #D0FFCD
Text Example
Text Example
White with #D0FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFCD; }
p { color: rgb(208,255,205); }
H1.HeaderClassName
{
color: #D0FFCD;
}
.AnyTagClassName
{
color: #D0FFCD;
}
</style>
background-color css
<style>
a { background-color: #D0FFCD; }
a { background-color: rgb(208,255,205); }
div.DivClassName
{
background-color: #D0FFCD;
}
.BgClassName
{
background-color: #D0FFCD;
}
</style>
border-color css
<style>
span { border-color: #D0FFCD; }
span { border-color: rgb(208,255,205); }
td.TdClassName
{
border-color: #D0FFCD;
}
.TagClassName
{
border-color: #D0FFCD;
}
</style>