Shades of Snowy Mint #D4FCCB
Tints of Snowy Mint #D4FCCB
RGB
CMYK
RGB Variations
Color information
#D4FCCB (or 0xD4FCCB) is known color: Snowy Mint. HEX triplet: D4, FC and CB. RGB value is (212,252,203). Sum of RGB (Red+Green+Blue) = 212+252+203=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FCCB is #2B0334. Grayscale: #EAEAEA. Windows color (decimal): -2818869 or 13368532. OLE color: 13368532.
HSL color Cylindrical-coordinate representation of color #D4FCCB: hue angle of 108.98º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4FCCB is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 203 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.01 |
| HSL | 108.98º | 0.89% | 0.89% | - |
| HSV(B) | 108.98º | 0.19% | 0.99% | - |
| XYZ | 72.74 | 87.93 | 69.64 | - |
| YUV | 234.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 203 | 0.16 | 0 | 0.19 | 0.01 | 108.98 | 0.89 | 0.89 |
| Hex | D4 | FC | CB | 10 | 0 | 13 | 1 | 6D | 59 | 59 |
| Octal | 324 | 374 | 313 | 20 | 0 | 23 | 1 | 155 | 131 | 131 |
| Binary | 11010100 | 11111100 | 11001011 | 10000 | 0 | 10011 | 1 | 1101101 | 1011001 | 1011001 |
Color Harmonies of #D4FCCB
Complementary color
Monochromatic Colors of #D4FCCB
Black with #D4FCCB
Text Example
Text Example
White with #D4FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FCCB; }
p { color: rgb(212,252,203); }
H1.HeaderClassName
{
color: #D4FCCB;
}
.AnyTagClassName
{
color: #D4FCCB;
}
</style>
background-color css
<style>
a { background-color: #D4FCCB; }
a { background-color: rgb(212,252,203); }
div.DivClassName
{
background-color: #D4FCCB;
}
.BgClassName
{
background-color: #D4FCCB;
}
</style>
border-color css
<style>
span { border-color: #D4FCCB; }
span { border-color: rgb(212,252,203); }
td.TdClassName
{
border-color: #D4FCCB;
}
.TagClassName
{
border-color: #D4FCCB;
}
</style>