Shades of Snowy Mint #CDEDC7
Tints of Snowy Mint #CDEDC7
RGB
CMYK
RGB Variations
Color information
#CDEDC7 (or 0xCDEDC7) is known color: Snowy Mint. HEX triplet: CD, ED and C7. RGB value is (205,237,199). Sum of RGB (Red+Green+Blue) = 205+237+199=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDC7 is #321238. Grayscale: #DFDFDF. Windows color (decimal): -3281465 or 13102541. OLE color: 13102541.
HSL color Cylindrical-coordinate representation of color #CDEDC7: hue angle of 110.53º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEDC7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 199 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.07 |
| HSL | 110.53º | 0.51% | 0.85% | - |
| HSV(B) | 110.53º | 0.16% | 0.93% | - |
| XYZ | 65.77 | 77.67 | 65.56 | - |
| YUV | 223.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 199 | 0.14 | 0 | 0.16 | 0.07 | 110.53 | 0.51 | 0.85 |
| Hex | CD | ED | C7 | E | 0 | 10 | 7 | 6F | 33 | 55 |
| Octal | 315 | 355 | 307 | 16 | 0 | 20 | 7 | 157 | 63 | 125 |
| Binary | 11001101 | 11101101 | 11000111 | 1110 | 0 | 10000 | 111 | 1101111 | 110011 | 1010101 |
Color Harmonies of #CDEDC7
Complementary color
Monochromatic Colors of #CDEDC7
Black with #CDEDC7
Text Example
Text Example
White with #CDEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDC7; }
p { color: rgb(205,237,199); }
H1.HeaderClassName
{
color: #CDEDC7;
}
.AnyTagClassName
{
color: #CDEDC7;
}
</style>
background-color css
<style>
a { background-color: #CDEDC7; }
a { background-color: rgb(205,237,199); }
div.DivClassName
{
background-color: #CDEDC7;
}
.BgClassName
{
background-color: #CDEDC7;
}
</style>
border-color css
<style>
span { border-color: #CDEDC7; }
span { border-color: rgb(205,237,199); }
td.TdClassName
{
border-color: #CDEDC7;
}
.TagClassName
{
border-color: #CDEDC7;
}
</style>