Shades of Snowy Mint #CDE7C7
Tints of Snowy Mint #CDE7C7
RGB
CMYK
RGB Variations
Color information
#CDE7C7 (or 0xCDE7C7) is known color: Snowy Mint. HEX triplet: CD, E7 and C7. RGB value is (205,231,199). Sum of RGB (Red+Green+Blue) = 205+231+199=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7C7 is #321838. Grayscale: #DBDBDB. Windows color (decimal): -3283001 or 13101005. OLE color: 13101005.
HSL color Cylindrical-coordinate representation of color #CDE7C7: hue angle of 108.75º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE7C7 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 199 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.09 |
| HSL | 108.75º | 0.4% | 0.84% | - |
| HSV(B) | 108.75º | 0.14% | 0.91% | - |
| XYZ | 64.06 | 74.25 | 64.99 | - |
| YUV | 219.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 199 | 0.11 | 0 | 0.14 | 0.09 | 108.75 | 0.4 | 0.84 |
| Hex | CD | E7 | C7 | B | 0 | E | 9 | 6D | 28 | 54 |
| Octal | 315 | 347 | 307 | 13 | 0 | 16 | 11 | 155 | 50 | 124 |
| Binary | 11001101 | 11100111 | 11000111 | 1011 | 0 | 1110 | 1001 | 1101101 | 101000 | 1010100 |
Color Harmonies of #CDE7C7
Complementary color
Monochromatic Colors of #CDE7C7
Black with #CDE7C7
Text Example
Text Example
White with #CDE7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7C7; }
p { color: rgb(205,231,199); }
H1.HeaderClassName
{
color: #CDE7C7;
}
.AnyTagClassName
{
color: #CDE7C7;
}
</style>
background-color css
<style>
a { background-color: #CDE7C7; }
a { background-color: rgb(205,231,199); }
div.DivClassName
{
background-color: #CDE7C7;
}
.BgClassName
{
background-color: #CDE7C7;
}
</style>
border-color css
<style>
span { border-color: #CDE7C7; }
span { border-color: rgb(205,231,199); }
td.TdClassName
{
border-color: #CDE7C7;
}
.TagClassName
{
border-color: #CDE7C7;
}
</style>