Shades of Snowy Mint #CDEBC8
Tints of Snowy Mint #CDEBC8
RGB
CMYK
RGB Variations
Color information
#CDEBC8 (or 0xCDEBC8) is known color: Snowy Mint. HEX triplet: CD, EB and C8. RGB value is (205,235,200). Sum of RGB (Red+Green+Blue) = 205+235+200=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC8 is #321437. Grayscale: #DEDEDE. Windows color (decimal): -3281976 or 13167565. OLE color: 13167565.
HSL color Cylindrical-coordinate representation of color #CDEBC8: hue angle of 111.43º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDEBC8 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 200 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.08 |
| HSL | 111.43º | 0.47% | 0.85% | - |
| HSV(B) | 111.43º | 0.15% | 0.92% | - |
| XYZ | 65.31 | 76.57 | 65.98 | - |
| YUV | 222.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 200 | 0.13 | 0 | 0.15 | 0.08 | 111.43 | 0.47 | 0.85 |
| Hex | CD | EB | C8 | D | 0 | F | 8 | 6F | 2F | 55 |
| Octal | 315 | 353 | 310 | 15 | 0 | 17 | 10 | 157 | 57 | 125 |
| Binary | 11001101 | 11101011 | 11001000 | 1101 | 0 | 1111 | 1000 | 1101111 | 101111 | 1010101 |
Color Harmonies of #CDEBC8
Complementary color
Monochromatic Colors of #CDEBC8
Black with #CDEBC8
Text Example
Text Example
White with #CDEBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBC8; }
p { color: rgb(205,235,200); }
H1.HeaderClassName
{
color: #CDEBC8;
}
.AnyTagClassName
{
color: #CDEBC8;
}
</style>
background-color css
<style>
a { background-color: #CDEBC8; }
a { background-color: rgb(205,235,200); }
div.DivClassName
{
background-color: #CDEBC8;
}
.BgClassName
{
background-color: #CDEBC8;
}
</style>
border-color css
<style>
span { border-color: #CDEBC8; }
span { border-color: rgb(205,235,200); }
td.TdClassName
{
border-color: #CDEBC8;
}
.TagClassName
{
border-color: #CDEBC8;
}
</style>