Shades of Snowy Mint #D5FCCC
Tints of Snowy Mint #D5FCCC
RGB
CMYK
RGB Variations
Color information
#D5FCCC (or 0xD5FCCC) is known color: Snowy Mint. HEX triplet: D5, FC and CC. RGB value is (213,252,204). Sum of RGB (Red+Green+Blue) = 213+252+204=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCCC is #2A0333. Grayscale: #EBEBEB. Windows color (decimal): -2753332 or 13434069. OLE color: 13434069.
HSL color Cylindrical-coordinate representation of color #D5FCCC: hue angle of 108.75º 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 #D5FCCC is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 204 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.01 |
| HSL | 108.75º | 0.89% | 0.89% | - |
| HSV(B) | 108.75º | 0.19% | 0.99% | - |
| XYZ | 73.15 | 88.13 | 70.28 | - |
| YUV | 234.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 204 | 0.15 | 0 | 0.19 | 0.01 | 108.75 | 0.89 | 0.89 |
| Hex | D5 | FC | CC | F | 0 | 13 | 1 | 6D | 59 | 59 |
| Octal | 325 | 374 | 314 | 17 | 0 | 23 | 1 | 155 | 131 | 131 |
| Binary | 11010101 | 11111100 | 11001100 | 1111 | 0 | 10011 | 1 | 1101101 | 1011001 | 1011001 |
Color Harmonies of #D5FCCC
Complementary color
Monochromatic Colors of #D5FCCC
Black with #D5FCCC
Text Example
Text Example
White with #D5FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCCC; }
p { color: rgb(213,252,204); }
H1.HeaderClassName
{
color: #D5FCCC;
}
.AnyTagClassName
{
color: #D5FCCC;
}
</style>
background-color css
<style>
a { background-color: #D5FCCC; }
a { background-color: rgb(213,252,204); }
div.DivClassName
{
background-color: #D5FCCC;
}
.BgClassName
{
background-color: #D5FCCC;
}
</style>
border-color css
<style>
span { border-color: #D5FCCC; }
span { border-color: rgb(213,252,204); }
td.TdClassName
{
border-color: #D5FCCC;
}
.TagClassName
{
border-color: #D5FCCC;
}
</style>