Shades of Snowy Mint #CDEFC9
Tints of Snowy Mint #CDEFC9
RGB
CMYK
RGB Variations
Color information
#CDEFC9 (or 0xCDEFC9) is known color: Snowy Mint. HEX triplet: CD, EF and C9. RGB value is (205,239,201). Sum of RGB (Red+Green+Blue) = 205+239+201=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFC9 is #321036. Grayscale: #E0E0E0. Windows color (decimal): -3280951 or 13234125. OLE color: 13234125.
HSL color Cylindrical-coordinate representation of color #CDEFC9: hue angle of 113.68º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEFC9 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 201 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.06 |
| HSL | 113.68º | 0.54% | 0.86% | - |
| HSV(B) | 113.68º | 0.16% | 0.94% | - |
| XYZ | 66.59 | 78.93 | 66.98 | - |
| YUV | 224.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 201 | 0.14 | 0 | 0.16 | 0.06 | 113.68 | 0.54 | 0.86 |
| Hex | CD | EF | C9 | E | 0 | 10 | 6 | 72 | 36 | 56 |
| Octal | 315 | 357 | 311 | 16 | 0 | 20 | 6 | 162 | 66 | 126 |
| Binary | 11001101 | 11101111 | 11001001 | 1110 | 0 | 10000 | 110 | 1110010 | 110110 | 1010110 |
Color Harmonies of #CDEFC9
Complementary color
Monochromatic Colors of #CDEFC9
Black with #CDEFC9
Text Example
Text Example
White with #CDEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFC9; }
p { color: rgb(205,239,201); }
H1.HeaderClassName
{
color: #CDEFC9;
}
.AnyTagClassName
{
color: #CDEFC9;
}
</style>
background-color css
<style>
a { background-color: #CDEFC9; }
a { background-color: rgb(205,239,201); }
div.DivClassName
{
background-color: #CDEFC9;
}
.BgClassName
{
background-color: #CDEFC9;
}
</style>
border-color css
<style>
span { border-color: #CDEFC9; }
span { border-color: rgb(205,239,201); }
td.TdClassName
{
border-color: #CDEFC9;
}
.TagClassName
{
border-color: #CDEFC9;
}
</style>