Shades of Snowy Mint #CDEAC6
Tints of Snowy Mint #CDEAC6
RGB
CMYK
RGB Variations
Color information
#CDEAC6 (or 0xCDEAC6) is known color: Snowy Mint. HEX triplet: CD, EA and C6. RGB value is (205,234,198). Sum of RGB (Red+Green+Blue) = 205+234+198=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAC6 is #321539. Grayscale: #DDDDDD. Windows color (decimal): -3282234 or 13036237. OLE color: 13036237.
HSL color Cylindrical-coordinate representation of color #CDEAC6: hue angle of 108.33º degrees, saturation: 0.46, 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 #CDEAC6 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 198 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.08 |
| HSL | 108.33º | 0.46% | 0.85% | - |
| HSV(B) | 108.33º | 0.15% | 0.92% | - |
| XYZ | 64.79 | 75.9 | 64.66 | - |
| YUV | 221.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 198 | 0.12 | 0 | 0.15 | 0.08 | 108.33 | 0.46 | 0.85 |
| Hex | CD | EA | C6 | C | 0 | F | 8 | 6C | 2E | 55 |
| Octal | 315 | 352 | 306 | 14 | 0 | 17 | 10 | 154 | 56 | 125 |
| Binary | 11001101 | 11101010 | 11000110 | 1100 | 0 | 1111 | 1000 | 1101100 | 101110 | 1010101 |
Color Harmonies of #CDEAC6
Complementary color
Monochromatic Colors of #CDEAC6
Black with #CDEAC6
Text Example
Text Example
White with #CDEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAC6; }
p { color: rgb(205,234,198); }
H1.HeaderClassName
{
color: #CDEAC6;
}
.AnyTagClassName
{
color: #CDEAC6;
}
</style>
background-color css
<style>
a { background-color: #CDEAC6; }
a { background-color: rgb(205,234,198); }
div.DivClassName
{
background-color: #CDEAC6;
}
.BgClassName
{
background-color: #CDEAC6;
}
</style>
border-color css
<style>
span { border-color: #CDEAC6; }
span { border-color: rgb(205,234,198); }
td.TdClassName
{
border-color: #CDEAC6;
}
.TagClassName
{
border-color: #CDEAC6;
}
</style>