Shades of Blue Romance #D4FBCC
Tints of Blue Romance #D4FBCC
RGB
CMYK
RGB Variations
Color information
#D4FBCC (or 0xD4FBCC) is known color: Blue Romance. HEX triplet: D4, FB and CC. RGB value is (212,251,204). Sum of RGB (Red+Green+Blue) = 212+251+204=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FBCC is #2B0433. Grayscale: #EAEAEA. Windows color (decimal): -2819124 or 13433812. OLE color: 13433812.
HSL color Cylindrical-coordinate representation of color #D4FBCC: hue angle of 109.79º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4FBCC is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 204 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.02 |
| HSL | 109.79º | 0.85% | 0.89% | - |
| HSV(B) | 109.79º | 0.19% | 0.98% | - |
| XYZ | 72.55 | 87.35 | 70.16 | - |
| YUV | 233.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 204 | 0.16 | 0 | 0.19 | 0.02 | 109.79 | 0.85 | 0.89 |
| Hex | D4 | FB | CC | 10 | 0 | 13 | 2 | 6E | 55 | 59 |
| Octal | 324 | 373 | 314 | 20 | 0 | 23 | 2 | 156 | 125 | 131 |
| Binary | 11010100 | 11111011 | 11001100 | 10000 | 0 | 10011 | 10 | 1101110 | 1010101 | 1011001 |
Color Harmonies of #D4FBCC
Complementary color
Monochromatic Colors of #D4FBCC
Black with #D4FBCC
Text Example
Text Example
White with #D4FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FBCC; }
p { color: rgb(212,251,204); }
H1.HeaderClassName
{
color: #D4FBCC;
}
.AnyTagClassName
{
color: #D4FBCC;
}
</style>
background-color css
<style>
a { background-color: #D4FBCC; }
a { background-color: rgb(212,251,204); }
div.DivClassName
{
background-color: #D4FBCC;
}
.BgClassName
{
background-color: #D4FBCC;
}
</style>
border-color css
<style>
span { border-color: #D4FBCC; }
span { border-color: rgb(212,251,204); }
td.TdClassName
{
border-color: #D4FBCC;
}
.TagClassName
{
border-color: #D4FBCC;
}
</style>