Shades of Snowy Mint #CDEEC7
Tints of Snowy Mint #CDEEC7
RGB
CMYK
RGB Variations
Color information
#CDEEC7 (or 0xCDEEC7) is known color: Snowy Mint. HEX triplet: CD, EE and C7. RGB value is (205,238,199). Sum of RGB (Red+Green+Blue) = 205+238+199=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC7 is #321138. Grayscale: #DFDFDF. Windows color (decimal): -3281209 or 13102797. OLE color: 13102797.
HSL color Cylindrical-coordinate representation of color #CDEEC7: hue angle of 110.77º degrees, saturation: 0.53, 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 #CDEEC7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 199 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.07 |
| HSL | 110.77º | 0.53% | 0.86% | - |
| HSV(B) | 110.77º | 0.16% | 0.93% | - |
| XYZ | 66.06 | 78.25 | 65.66 | - |
| YUV | 223.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 199 | 0.14 | 0 | 0.16 | 0.07 | 110.77 | 0.53 | 0.86 |
| Hex | CD | EE | C7 | E | 0 | 10 | 7 | 6F | 35 | 56 |
| Octal | 315 | 356 | 307 | 16 | 0 | 20 | 7 | 157 | 65 | 126 |
| Binary | 11001101 | 11101110 | 11000111 | 1110 | 0 | 10000 | 111 | 1101111 | 110101 | 1010110 |
Color Harmonies of #CDEEC7
Complementary color
Monochromatic Colors of #CDEEC7
Black with #CDEEC7
Text Example
Text Example
White with #CDEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEC7; }
p { color: rgb(205,238,199); }
H1.HeaderClassName
{
color: #CDEEC7;
}
.AnyTagClassName
{
color: #CDEEC7;
}
</style>
background-color css
<style>
a { background-color: #CDEEC7; }
a { background-color: rgb(205,238,199); }
div.DivClassName
{
background-color: #CDEEC7;
}
.BgClassName
{
background-color: #CDEEC7;
}
</style>
border-color css
<style>
span { border-color: #CDEEC7; }
span { border-color: rgb(205,238,199); }
td.TdClassName
{
border-color: #CDEEC7;
}
.TagClassName
{
border-color: #CDEEC7;
}
</style>