Shades of Snowy Mint #CDEFC7
Tints of Snowy Mint #CDEFC7
RGB
CMYK
RGB Variations
Color information
#CDEFC7 (or 0xCDEFC7) is known color: Snowy Mint. HEX triplet: CD, EF and C7. RGB value is (205,239,199). Sum of RGB (Red+Green+Blue) = 205+239+199=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFC7 is #321038. Grayscale: #E0E0E0. Windows color (decimal): -3280953 or 13103053. OLE color: 13103053.
HSL color Cylindrical-coordinate representation of color #CDEFC7: hue angle of 111º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDEFC7 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 199 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.06 |
| HSL | 111º | 0.56% | 0.86% | - |
| HSV(B) | 111º | 0.17% | 0.94% | - |
| XYZ | 66.35 | 78.84 | 65.75 | - |
| YUV | 224.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 199 | 0.14 | 0 | 0.17 | 0.06 | 111 | 0.56 | 0.86 |
| Hex | CD | EF | C7 | E | 0 | 11 | 6 | 6F | 38 | 56 |
| Octal | 315 | 357 | 307 | 16 | 0 | 21 | 6 | 157 | 70 | 126 |
| Binary | 11001101 | 11101111 | 11000111 | 1110 | 0 | 10001 | 110 | 1101111 | 111000 | 1010110 |
Color Harmonies of #CDEFC7
Complementary color
Monochromatic Colors of #CDEFC7
Black with #CDEFC7
Text Example
Text Example
White with #CDEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFC7; }
p { color: rgb(205,239,199); }
H1.HeaderClassName
{
color: #CDEFC7;
}
.AnyTagClassName
{
color: #CDEFC7;
}
</style>
background-color css
<style>
a { background-color: #CDEFC7; }
a { background-color: rgb(205,239,199); }
div.DivClassName
{
background-color: #CDEFC7;
}
.BgClassName
{
background-color: #CDEFC7;
}
</style>
border-color css
<style>
span { border-color: #CDEFC7; }
span { border-color: rgb(205,239,199); }
td.TdClassName
{
border-color: #CDEFC7;
}
.TagClassName
{
border-color: #CDEFC7;
}
</style>