Shades of Snowy Mint #D5FCCB
Tints of Snowy Mint #D5FCCB
RGB
CMYK
RGB Variations
Color information
#D5FCCB (or 0xD5FCCB) is known color: Snowy Mint. HEX triplet: D5, FC and CB. RGB value is (213,252,203). Sum of RGB (Red+Green+Blue) = 213+252+203=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCCB is #2A0334. Grayscale: #EAEAEA. Windows color (decimal): -2753333 or 13368533. OLE color: 13368533.
HSL color Cylindrical-coordinate representation of color #D5FCCB: hue angle of 107.76º 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 #D5FCCB is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 203 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.01 |
| HSL | 107.76º | 0.89% | 0.89% | - |
| HSV(B) | 107.76º | 0.19% | 0.99% | - |
| XYZ | 73.03 | 88.08 | 69.65 | - |
| YUV | 234.75 | 110.08 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 203 | 0.15 | 0 | 0.19 | 0.01 | 107.76 | 0.89 | 0.89 |
| Hex | D5 | FC | CB | F | 0 | 13 | 1 | 6C | 59 | 59 |
| Octal | 325 | 374 | 313 | 17 | 0 | 23 | 1 | 154 | 131 | 131 |
| Binary | 11010101 | 11111100 | 11001011 | 1111 | 0 | 10011 | 1 | 1101100 | 1011001 | 1011001 |
Color Harmonies of #D5FCCB
Complementary color
Monochromatic Colors of #D5FCCB
Black with #D5FCCB
Text Example
Text Example
White with #D5FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCCB; }
p { color: rgb(213,252,203); }
H1.HeaderClassName
{
color: #D5FCCB;
}
.AnyTagClassName
{
color: #D5FCCB;
}
</style>
background-color css
<style>
a { background-color: #D5FCCB; }
a { background-color: rgb(213,252,203); }
div.DivClassName
{
background-color: #D5FCCB;
}
.BgClassName
{
background-color: #D5FCCB;
}
</style>
border-color css
<style>
span { border-color: #D5FCCB; }
span { border-color: rgb(213,252,203); }
td.TdClassName
{
border-color: #D5FCCB;
}
.TagClassName
{
border-color: #D5FCCB;
}
</style>