Shades of Snowy Mint #CAE5C6
Tints of Snowy Mint #CAE5C6
RGB
CMYK
RGB Variations
Color information
#CAE5C6 (or 0xCAE5C6) is known color: Snowy Mint. HEX triplet: CA, E5 and C6. RGB value is (202,229,198). Sum of RGB (Red+Green+Blue) = 202+229+198=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5C6 is #351A39. Grayscale: #D9D9D9. Windows color (decimal): -3480122 or 13034954. OLE color: 13034954.
HSL color Cylindrical-coordinate representation of color #CAE5C6: hue angle of 112.26º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAE5C6 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 229 | 198 | - |
CMYK | 0.12 | 0 | 0.14 | 0.10 |
HSL | 112.26º | 0.37% | 0.84% | - |
HSV(B) | 112.26º | 0.14% | 0.9% | - |
XYZ | 62.57 | 72.67 | 64.16 | - |
YUV | 217.39 | 117.05 | 117.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 229 | 198 | 0.12 | 0 | 0.14 | 0.10 | 112.26 | 0.37 | 0.84 |
Hex | CA | E5 | C6 | C | 0 | E | A | 70 | 25 | 54 |
Octal | 312 | 345 | 306 | 14 | 0 | 16 | 12 | 160 | 45 | 124 |
Binary | 11001010 | 11100101 | 11000110 | 1100 | 0 | 1110 | 1010 | 1110000 | 100101 | 1010100 |
Color Harmonies of #CAE5C6
Complementary color
Monochromatic Colors of #CAE5C6
Black with #CAE5C6
Text Example
Text Example
White with #CAE5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5C6; }
p { color: rgb(202,229,198); }
H1.HeaderClassName
{
color: #CAE5C6;
}
.AnyTagClassName
{
color: #CAE5C6;
}
</style>
background-color css
<style>
a { background-color: #CAE5C6; }
a { background-color: rgb(202,229,198); }
div.DivClassName
{
background-color: #CAE5C6;
}
.BgClassName
{
background-color: #CAE5C6;
}
</style>
border-color css
<style>
span { border-color: #CAE5C6; }
span { border-color: rgb(202,229,198); }
td.TdClassName
{
border-color: #CAE5C6;
}
.TagClassName
{
border-color: #CAE5C6;
}
</style>