Shades of Snowy Mint #CCEDC5
Tints of Snowy Mint #CCEDC5
RGB
CMYK
RGB Variations
Color information
#CCEDC5 (or 0xCCEDC5) is known color: Snowy Mint. HEX triplet: CC, ED and C5. RGB value is (204,237,197). Sum of RGB (Red+Green+Blue) = 204+237+197=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDC5 is #33123A. Grayscale: #DEDEDE. Windows color (decimal): -3347003 or 12971468. OLE color: 12971468.
HSL color Cylindrical-coordinate representation of color #CCEDC5: hue angle of 109.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEDC5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 197 | - |
CMYK | 0.14 | 0 | 0.17 | 0.07 |
HSL | 109.5º | 0.53% | 0.85% | - |
HSV(B) | 109.5º | 0.17% | 0.93% | - |
XYZ | 65.26 | 77.44 | 64.33 | - |
YUV | 222.57 | 113.57 | 114.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 197 | 0.14 | 0 | 0.17 | 0.07 | 109.5 | 0.53 | 0.85 |
Hex | CC | ED | C5 | E | 0 | 11 | 7 | 6E | 35 | 55 |
Octal | 314 | 355 | 305 | 16 | 0 | 21 | 7 | 156 | 65 | 125 |
Binary | 11001100 | 11101101 | 11000101 | 1110 | 0 | 10001 | 111 | 1101110 | 110101 | 1010101 |
Color Harmonies of #CCEDC5
Complementary color
Monochromatic Colors of #CCEDC5
Black with #CCEDC5
Text Example
Text Example
White with #CCEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDC5; }
p { color: rgb(204,237,197); }
H1.HeaderClassName
{
color: #CCEDC5;
}
.AnyTagClassName
{
color: #CCEDC5;
}
</style>
background-color css
<style>
a { background-color: #CCEDC5; }
a { background-color: rgb(204,237,197); }
div.DivClassName
{
background-color: #CCEDC5;
}
.BgClassName
{
background-color: #CCEDC5;
}
</style>
border-color css
<style>
span { border-color: #CCEDC5; }
span { border-color: rgb(204,237,197); }
td.TdClassName
{
border-color: #CCEDC5;
}
.TagClassName
{
border-color: #CCEDC5;
}
</style>