Shades of Snowy Mint #CCEEC5
Tints of Snowy Mint #CCEEC5
RGB
CMYK
RGB Variations
Color information
#CCEEC5 (or 0xCCEEC5) is known color: Snowy Mint. HEX triplet: CC, EE and C5. RGB value is (204,238,197). Sum of RGB (Red+Green+Blue) = 204+238+197=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEC5 is #33113A. Grayscale: #DFDFDF. Windows color (decimal): -3346747 or 12971724. OLE color: 12971724.
HSL color Cylindrical-coordinate representation of color #CCEEC5: hue angle of 109.76º degrees, saturation: 0.55, 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 #CCEEC5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 238 | 197 | - |
CMYK | 0.14 | 0 | 0.17 | 0.07 |
HSL | 109.76º | 0.55% | 0.85% | - |
HSV(B) | 109.76º | 0.17% | 0.93% | - |
XYZ | 65.55 | 78.02 | 64.43 | - |
YUV | 223.16 | 113.24 | 114.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 238 | 197 | 0.14 | 0 | 0.17 | 0.07 | 109.76 | 0.55 | 0.85 |
Hex | CC | EE | C5 | E | 0 | 11 | 7 | 6E | 37 | 55 |
Octal | 314 | 356 | 305 | 16 | 0 | 21 | 7 | 156 | 67 | 125 |
Binary | 11001100 | 11101110 | 11000101 | 1110 | 0 | 10001 | 111 | 1101110 | 110111 | 1010101 |
Color Harmonies of #CCEEC5
Complementary color
Monochromatic Colors of #CCEEC5
Black with #CCEEC5
Text Example
Text Example
White with #CCEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEC5; }
p { color: rgb(204,238,197); }
H1.HeaderClassName
{
color: #CCEEC5;
}
.AnyTagClassName
{
color: #CCEEC5;
}
</style>
background-color css
<style>
a { background-color: #CCEEC5; }
a { background-color: rgb(204,238,197); }
div.DivClassName
{
background-color: #CCEEC5;
}
.BgClassName
{
background-color: #CCEEC5;
}
</style>
border-color css
<style>
span { border-color: #CCEEC5; }
span { border-color: rgb(204,238,197); }
td.TdClassName
{
border-color: #CCEEC5;
}
.TagClassName
{
border-color: #CCEEC5;
}
</style>