Shades of Blue Romance #D1FECC
Tints of Blue Romance #D1FECC
RGB
CMYK
RGB Variations
Color information
#D1FECC (or 0xD1FECC) is known color: Blue Romance. HEX triplet: D1, FE and CC. RGB value is (209,254,204). Sum of RGB (Red+Green+Blue) = 209+254+204=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FECC is #2E0133. Grayscale: #EAEAEA. Windows color (decimal): -3014964 or 13434577. OLE color: 13434577.
HSL color Cylindrical-coordinate representation of color #D1FECC: hue angle of 114º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1FECC is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 204 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.00 |
| HSL | 114º | 0.96% | 0.9% | - |
| HSV(B) | 114º | 0.2% | 1% | - |
| XYZ | 72.64 | 88.8 | 70.44 | - |
| YUV | 234.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 204 | 0.18 | 0 | 0.20 | 0.00 | 114 | 0.96 | 0.9 |
| Hex | D1 | FE | CC | 12 | 0 | 14 | 0 | 72 | 60 | 5A |
| Octal | 321 | 376 | 314 | 22 | 0 | 24 | 0 | 162 | 140 | 132 |
| Binary | 11010001 | 11111110 | 11001100 | 10010 | 0 | 10100 | 0 | 1110010 | 1100000 | 1011010 |
Color Harmonies of #D1FECC
Complementary color
Monochromatic Colors of #D1FECC
Black with #D1FECC
Text Example
Text Example
White with #D1FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FECC; }
p { color: rgb(209,254,204); }
H1.HeaderClassName
{
color: #D1FECC;
}
.AnyTagClassName
{
color: #D1FECC;
}
</style>
background-color css
<style>
a { background-color: #D1FECC; }
a { background-color: rgb(209,254,204); }
div.DivClassName
{
background-color: #D1FECC;
}
.BgClassName
{
background-color: #D1FECC;
}
</style>
border-color css
<style>
span { border-color: #D1FECC; }
span { border-color: rgb(209,254,204); }
td.TdClassName
{
border-color: #D1FECC;
}
.TagClassName
{
border-color: #D1FECC;
}
</style>