Shades of Blue Romance #D0FFCC
Tints of Blue Romance #D0FFCC
RGB
CMYK
RGB Variations
Color information
#D0FFCC (or 0xD0FFCC) is known color: Blue Romance. HEX triplet: D0, FF and CC. RGB value is (208,255,204). Sum of RGB (Red+Green+Blue) = 208+255+204=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFCC is #2F0033. Grayscale: #EBEBEB. Windows color (decimal): -3080244 or 13434832. OLE color: 13434832.
HSL color Cylindrical-coordinate representation of color #D0FFCC: hue angle of 115.29º 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 #D0FFCC is Cyan = 0.18, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 204 | - |
| CMYK | 0.18 | 0 | 0.2 | 0 |
| HSL | 115.29º | 1% | 0.9% | - |
| HSV(B) | 115.29º | 0.2% | 1% | - |
| XYZ | 72.67 | 89.29 | 70.53 | - |
| YUV | 235.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 204 | 0.18 | 0 | 0.2 | 0 | 115.29 | 1 | 0.9 |
| Hex | D0 | FF | CC | 12 | 0 | 14 | 0 | 73 | 64 | 5A |
| Octal | 320 | 377 | 314 | 22 | 0 | 24 | 0 | 163 | 144 | 132 |
| Binary | 11010000 | 11111111 | 11001100 | 10010 | 0 | 10100 | 0 | 1110011 | 1100100 | 1011010 |
Color Harmonies of #D0FFCC
Complementary color
Monochromatic Colors of #D0FFCC
Black with #D0FFCC
Text Example
Text Example
White with #D0FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFCC; }
p { color: rgb(208,255,204); }
H1.HeaderClassName
{
color: #D0FFCC;
}
.AnyTagClassName
{
color: #D0FFCC;
}
</style>
background-color css
<style>
a { background-color: #D0FFCC; }
a { background-color: rgb(208,255,204); }
div.DivClassName
{
background-color: #D0FFCC;
}
.BgClassName
{
background-color: #D0FFCC;
}
</style>
border-color css
<style>
span { border-color: #D0FFCC; }
span { border-color: rgb(208,255,204); }
td.TdClassName
{
border-color: #D0FFCC;
}
.TagClassName
{
border-color: #D0FFCC;
}
</style>