Shades of Blue Romance #D4FCCE
Tints of Blue Romance #D4FCCE
RGB
CMYK
RGB Variations
Color information
#D4FCCE (or 0xD4FCCE) is known color: Blue Romance. HEX triplet: D4, FC and CE. RGB value is (212,252,206). Sum of RGB (Red+Green+Blue) = 212+252+206=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FCCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FCCE is #2B0331. Grayscale: #EAEAEA. Windows color (decimal): -2818866 or 13565140. OLE color: 13565140.
HSL color Cylindrical-coordinate representation of color #D4FCCE: hue angle of 112.17º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4FCCE is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 206 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.01 |
| HSL | 112.17º | 0.88% | 0.9% | - |
| HSV(B) | 112.17º | 0.18% | 0.99% | - |
| XYZ | 73.1 | 88.07 | 71.54 | - |
| YUV | 234.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 206 | 0.16 | 0 | 0.18 | 0.01 | 112.17 | 0.88 | 0.9 |
| Hex | D4 | FC | CE | 10 | 0 | 12 | 1 | 70 | 58 | 5A |
| Octal | 324 | 374 | 316 | 20 | 0 | 22 | 1 | 160 | 130 | 132 |
| Binary | 11010100 | 11111100 | 11001110 | 10000 | 0 | 10010 | 1 | 1110000 | 1011000 | 1011010 |
Color Harmonies of #D4FCCE
Complementary color
Monochromatic Colors of #D4FCCE
Black with #D4FCCE
Text Example
Text Example
White with #D4FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FCCE; }
p { color: rgb(212,252,206); }
H1.HeaderClassName
{
color: #D4FCCE;
}
.AnyTagClassName
{
color: #D4FCCE;
}
</style>
background-color css
<style>
a { background-color: #D4FCCE; }
a { background-color: rgb(212,252,206); }
div.DivClassName
{
background-color: #D4FCCE;
}
.BgClassName
{
background-color: #D4FCCE;
}
</style>
border-color css
<style>
span { border-color: #D4FCCE; }
span { border-color: rgb(212,252,206); }
td.TdClassName
{
border-color: #D4FCCE;
}
.TagClassName
{
border-color: #D4FCCE;
}
</style>