Shades of Snowy Mint #CDEEC9
Tints of Snowy Mint #CDEEC9
RGB
CMYK
RGB Variations
Color information
#CDEEC9 (or 0xCDEEC9) is known color: Snowy Mint. HEX triplet: CD, EE and C9. RGB value is (205,238,201). Sum of RGB (Red+Green+Blue) = 205+238+201=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC9 is #321136. Grayscale: #E0E0E0. Windows color (decimal): -3281207 or 13233869. OLE color: 13233869.
HSL color Cylindrical-coordinate representation of color #CDEEC9: hue angle of 113.51º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEEC9 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 201 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.07 |
| HSL | 113.51º | 0.52% | 0.86% | - |
| HSV(B) | 113.51º | 0.16% | 0.93% | - |
| XYZ | 66.29 | 78.35 | 66.89 | - |
| YUV | 223.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 201 | 0.14 | 0 | 0.16 | 0.07 | 113.51 | 0.52 | 0.86 |
| Hex | CD | EE | C9 | E | 0 | 10 | 7 | 72 | 34 | 56 |
| Octal | 315 | 356 | 311 | 16 | 0 | 20 | 7 | 162 | 64 | 126 |
| Binary | 11001101 | 11101110 | 11001001 | 1110 | 0 | 10000 | 111 | 1110010 | 110100 | 1010110 |
Color Harmonies of #CDEEC9
Complementary color
Monochromatic Colors of #CDEEC9
Black with #CDEEC9
Text Example
Text Example
White with #CDEEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEC9; }
p { color: rgb(205,238,201); }
H1.HeaderClassName
{
color: #CDEEC9;
}
.AnyTagClassName
{
color: #CDEEC9;
}
</style>
background-color css
<style>
a { background-color: #CDEEC9; }
a { background-color: rgb(205,238,201); }
div.DivClassName
{
background-color: #CDEEC9;
}
.BgClassName
{
background-color: #CDEEC9;
}
</style>
border-color css
<style>
span { border-color: #CDEEC9; }
span { border-color: rgb(205,238,201); }
td.TdClassName
{
border-color: #CDEEC9;
}
.TagClassName
{
border-color: #CDEEC9;
}
</style>