Shades of Blue Romance #D1FFCC
Tints of Blue Romance #D1FFCC
RGB
CMYK
RGB Variations
Color information
#D1FFCC (or 0xD1FFCC) is known color: Blue Romance. HEX triplet: D1, FF and CC. RGB value is (209,255,204). Sum of RGB (Red+Green+Blue) = 209+255+204=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FFCC is #2E0033. Grayscale: #EBEBEB. Windows color (decimal): -3014708 or 13434833. OLE color: 13434833.
HSL color Cylindrical-coordinate representation of color #D1FFCC: hue angle of 114.12º 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 #D1FFCC is Cyan = 0.18, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 204 | - |
| CMYK | 0.18 | 0 | 0.2 | 0 |
| HSL | 114.12º | 1% | 0.9% | - |
| HSV(B) | 114.12º | 0.2% | 1% | - |
| XYZ | 72.95 | 89.43 | 70.54 | - |
| YUV | 235.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 204 | 0.18 | 0 | 0.2 | 0 | 114.12 | 1 | 0.9 |
| Hex | D1 | FF | CC | 12 | 0 | 14 | 0 | 72 | 64 | 5A |
| Octal | 321 | 377 | 314 | 22 | 0 | 24 | 0 | 162 | 144 | 132 |
| Binary | 11010001 | 11111111 | 11001100 | 10010 | 0 | 10100 | 0 | 1110010 | 1100100 | 1011010 |
Color Harmonies of #D1FFCC
Complementary color
Monochromatic Colors of #D1FFCC
Black with #D1FFCC
Text Example
Text Example
White with #D1FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FFCC; }
p { color: rgb(209,255,204); }
H1.HeaderClassName
{
color: #D1FFCC;
}
.AnyTagClassName
{
color: #D1FFCC;
}
</style>
background-color css
<style>
a { background-color: #D1FFCC; }
a { background-color: rgb(209,255,204); }
div.DivClassName
{
background-color: #D1FFCC;
}
.BgClassName
{
background-color: #D1FFCC;
}
</style>
border-color css
<style>
span { border-color: #D1FFCC; }
span { border-color: rgb(209,255,204); }
td.TdClassName
{
border-color: #D1FFCC;
}
.TagClassName
{
border-color: #D1FFCC;
}
</style>