Shades of Snowy Mint #CAEBC7
Tints of Snowy Mint #CAEBC7
RGB
CMYK
RGB Variations
Color information
#CAEBC7 (or 0xCAEBC7) is known color: Snowy Mint. HEX triplet: CA, EB and C7. RGB value is (202,235,199). Sum of RGB (Red+Green+Blue) = 202+235+199=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBC7 is #351438. Grayscale: #DDDDDD. Windows color (decimal): -3478585 or 13102026. OLE color: 13102026.
HSL color Cylindrical-coordinate representation of color #CAEBC7: hue angle of 115º degrees, saturation: 0.47, 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 #CAEBC7 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 199 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.08 |
| HSL | 115º | 0.47% | 0.85% | - |
| HSV(B) | 115º | 0.15% | 0.92% | - |
| XYZ | 64.37 | 76.1 | 65.33 | - |
| YUV | 221.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 199 | 0.14 | 0 | 0.15 | 0.08 | 115 | 0.47 | 0.85 |
| Hex | CA | EB | C7 | E | 0 | F | 8 | 73 | 2F | 55 |
| Octal | 312 | 353 | 307 | 16 | 0 | 17 | 10 | 163 | 57 | 125 |
| Binary | 11001010 | 11101011 | 11000111 | 1110 | 0 | 1111 | 1000 | 1110011 | 101111 | 1010101 |
Color Harmonies of #CAEBC7
Complementary color
Monochromatic Colors of #CAEBC7
Black with #CAEBC7
Text Example
Text Example
White with #CAEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBC7; }
p { color: rgb(202,235,199); }
H1.HeaderClassName
{
color: #CAEBC7;
}
.AnyTagClassName
{
color: #CAEBC7;
}
</style>
background-color css
<style>
a { background-color: #CAEBC7; }
a { background-color: rgb(202,235,199); }
div.DivClassName
{
background-color: #CAEBC7;
}
.BgClassName
{
background-color: #CAEBC7;
}
</style>
border-color css
<style>
span { border-color: #CAEBC7; }
span { border-color: rgb(202,235,199); }
td.TdClassName
{
border-color: #CAEBC7;
}
.TagClassName
{
border-color: #CAEBC7;
}
</style>