Shades of Snowy Mint #CAEDC6
Tints of Snowy Mint #CAEDC6
RGB
CMYK
RGB Variations
Color information
#CAEDC6 (or 0xCAEDC6) is known color: Snowy Mint. HEX triplet: CA, ED and C6. RGB value is (202,237,198). Sum of RGB (Red+Green+Blue) = 202+237+198=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDC6 is #351239. Grayscale: #DEDEDE. Windows color (decimal): -3478074 or 13037002. OLE color: 13037002.
HSL color Cylindrical-coordinate representation of color #CAEDC6: hue angle of 113.85º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAEDC6 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 198 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.07 |
| HSL | 113.85º | 0.52% | 0.85% | - |
| HSV(B) | 113.85º | 0.16% | 0.93% | - |
| XYZ | 64.83 | 77.2 | 64.91 | - |
| YUV | 222.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 198 | 0.15 | 0 | 0.16 | 0.07 | 113.85 | 0.52 | 0.85 |
| Hex | CA | ED | C6 | F | 0 | 10 | 7 | 72 | 34 | 55 |
| Octal | 312 | 355 | 306 | 17 | 0 | 20 | 7 | 162 | 64 | 125 |
| Binary | 11001010 | 11101101 | 11000110 | 1111 | 0 | 10000 | 111 | 1110010 | 110100 | 1010101 |
Color Harmonies of #CAEDC6
Complementary color
Monochromatic Colors of #CAEDC6
Black with #CAEDC6
Text Example
Text Example
White with #CAEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDC6; }
p { color: rgb(202,237,198); }
H1.HeaderClassName
{
color: #CAEDC6;
}
.AnyTagClassName
{
color: #CAEDC6;
}
</style>
background-color css
<style>
a { background-color: #CAEDC6; }
a { background-color: rgb(202,237,198); }
div.DivClassName
{
background-color: #CAEDC6;
}
.BgClassName
{
background-color: #CAEDC6;
}
</style>
border-color css
<style>
span { border-color: #CAEDC6; }
span { border-color: rgb(202,237,198); }
td.TdClassName
{
border-color: #CAEDC6;
}
.TagClassName
{
border-color: #CAEDC6;
}
</style>