Shades of Snowy Mint #CDE8C7
Tints of Snowy Mint #CDE8C7
RGB
CMYK
RGB Variations
Color information
#CDE8C7 (or 0xCDE8C7) is known color: Snowy Mint. HEX triplet: CD, E8 and C7. RGB value is (205,232,199). Sum of RGB (Red+Green+Blue) = 205+232+199=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8C7 is #321738. Grayscale: #DCDCDC. Windows color (decimal): -3282745 or 13101261. OLE color: 13101261.
HSL color Cylindrical-coordinate representation of color #CDE8C7: hue angle of 109.09º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE8C7 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 199 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.09 |
| HSL | 109.09º | 0.42% | 0.85% | - |
| HSV(B) | 109.09º | 0.14% | 0.91% | - |
| XYZ | 64.34 | 74.82 | 65.08 | - |
| YUV | 220.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 199 | 0.12 | 0 | 0.14 | 0.09 | 109.09 | 0.42 | 0.85 |
| Hex | CD | E8 | C7 | C | 0 | E | 9 | 6D | 2A | 55 |
| Octal | 315 | 350 | 307 | 14 | 0 | 16 | 11 | 155 | 52 | 125 |
| Binary | 11001101 | 11101000 | 11000111 | 1100 | 0 | 1110 | 1001 | 1101101 | 101010 | 1010101 |
Color Harmonies of #CDE8C7
Complementary color
Monochromatic Colors of #CDE8C7
Black with #CDE8C7
Text Example
Text Example
White with #CDE8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8C7; }
p { color: rgb(205,232,199); }
H1.HeaderClassName
{
color: #CDE8C7;
}
.AnyTagClassName
{
color: #CDE8C7;
}
</style>
background-color css
<style>
a { background-color: #CDE8C7; }
a { background-color: rgb(205,232,199); }
div.DivClassName
{
background-color: #CDE8C7;
}
.BgClassName
{
background-color: #CDE8C7;
}
</style>
border-color css
<style>
span { border-color: #CDE8C7; }
span { border-color: rgb(205,232,199); }
td.TdClassName
{
border-color: #CDE8C7;
}
.TagClassName
{
border-color: #CDE8C7;
}
</style>