Shades of Snowy Mint #CDEBC9
Tints of Snowy Mint #CDEBC9
RGB
CMYK
RGB Variations
Color information
#CDEBC9 (or 0xCDEBC9) is known color: Snowy Mint. HEX triplet: CD, EB and C9. RGB value is (205,235,201). Sum of RGB (Red+Green+Blue) = 205+235+201=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC9 is #321436. Grayscale: #DEDEDE. Windows color (decimal): -3281975 or 13233101. OLE color: 13233101.
HSL color Cylindrical-coordinate representation of color #CDEBC9: hue angle of 112.94º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEBC9 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 201 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.08 |
| HSL | 112.94º | 0.46% | 0.85% | - |
| HSV(B) | 112.94º | 0.14% | 0.92% | - |
| XYZ | 65.43 | 76.61 | 66.6 | - |
| YUV | 222.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 201 | 0.13 | 0 | 0.14 | 0.08 | 112.94 | 0.46 | 0.85 |
| Hex | CD | EB | C9 | D | 0 | E | 8 | 71 | 2E | 55 |
| Octal | 315 | 353 | 311 | 15 | 0 | 16 | 10 | 161 | 56 | 125 |
| Binary | 11001101 | 11101011 | 11001001 | 1101 | 0 | 1110 | 1000 | 1110001 | 101110 | 1010101 |
Color Harmonies of #CDEBC9
Complementary color
Monochromatic Colors of #CDEBC9
Black with #CDEBC9
Text Example
Text Example
White with #CDEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBC9; }
p { color: rgb(205,235,201); }
H1.HeaderClassName
{
color: #CDEBC9;
}
.AnyTagClassName
{
color: #CDEBC9;
}
</style>
background-color css
<style>
a { background-color: #CDEBC9; }
a { background-color: rgb(205,235,201); }
div.DivClassName
{
background-color: #CDEBC9;
}
.BgClassName
{
background-color: #CDEBC9;
}
</style>
border-color css
<style>
span { border-color: #CDEBC9; }
span { border-color: rgb(205,235,201); }
td.TdClassName
{
border-color: #CDEBC9;
}
.TagClassName
{
border-color: #CDEBC9;
}
</style>