Shades of Snowy Mint #CDEFC8
Tints of Snowy Mint #CDEFC8
RGB
CMYK
RGB Variations
Color information
#CDEFC8 (or 0xCDEFC8) is known color: Snowy Mint. HEX triplet: CD, EF and C8. RGB value is (205,239,200). Sum of RGB (Red+Green+Blue) = 205+239+200=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFC8 is #321037. Grayscale: #E0E0E0. Windows color (decimal): -3280952 or 13168589. OLE color: 13168589.
HSL color Cylindrical-coordinate representation of color #CDEFC8: hue angle of 112.31º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEFC8 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 200 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.06 |
| HSL | 112.31º | 0.55% | 0.86% | - |
| HSV(B) | 112.31º | 0.16% | 0.94% | - |
| XYZ | 66.47 | 78.88 | 66.37 | - |
| YUV | 224.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 200 | 0.14 | 0 | 0.16 | 0.06 | 112.31 | 0.55 | 0.86 |
| Hex | CD | EF | C8 | E | 0 | 10 | 6 | 70 | 37 | 56 |
| Octal | 315 | 357 | 310 | 16 | 0 | 20 | 6 | 160 | 67 | 126 |
| Binary | 11001101 | 11101111 | 11001000 | 1110 | 0 | 10000 | 110 | 1110000 | 110111 | 1010110 |
Color Harmonies of #CDEFC8
Complementary color
Monochromatic Colors of #CDEFC8
Black with #CDEFC8
Text Example
Text Example
White with #CDEFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFC8; }
p { color: rgb(205,239,200); }
H1.HeaderClassName
{
color: #CDEFC8;
}
.AnyTagClassName
{
color: #CDEFC8;
}
</style>
background-color css
<style>
a { background-color: #CDEFC8; }
a { background-color: rgb(205,239,200); }
div.DivClassName
{
background-color: #CDEFC8;
}
.BgClassName
{
background-color: #CDEFC8;
}
</style>
border-color css
<style>
span { border-color: #CDEFC8; }
span { border-color: rgb(205,239,200); }
td.TdClassName
{
border-color: #CDEFC8;
}
.TagClassName
{
border-color: #CDEFC8;
}
</style>