Shades of Granny Apple #CAE5D4
Tints of Granny Apple #CAE5D4
RGB
CMYK
RGB Variations
Color information
#CAE5D4 (or 0xCAE5D4) is known color: Granny Apple. HEX triplet: CA, E5 and D4. RGB value is (202,229,212). Sum of RGB (Red+Green+Blue) = 202+229+212=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5D4 is #351A2B. Grayscale: #DBDBDB. Windows color (decimal): -3480108 or 13952458. OLE color: 13952458.
HSL color Cylindrical-coordinate representation of color #CAE5D4: hue angle of 142.22º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE5D4 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 229 | 212 | - |
CMYK | 0.12 | 0 | 0.07 | 0.10 |
HSL | 142.22º | 0.34% | 0.85% | - |
HSV(B) | 142.22º | 0.12% | 0.9% | - |
XYZ | 64.26 | 73.35 | 73.06 | - |
YUV | 218.99 | 124.05 | 115.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 229 | 212 | 0.12 | 0 | 0.07 | 0.10 | 142.22 | 0.34 | 0.85 |
Hex | CA | E5 | D4 | C | 0 | 7 | A | 8E | 22 | 55 |
Octal | 312 | 345 | 324 | 14 | 0 | 7 | 12 | 216 | 42 | 125 |
Binary | 11001010 | 11100101 | 11010100 | 1100 | 0 | 111 | 1010 | 10001110 | 100010 | 1010101 |
Color Harmonies of #CAE5D4
Complementary color
Monochromatic Colors of #CAE5D4
Black with #CAE5D4
Text Example
Text Example
White with #CAE5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5D4; }
p { color: rgb(202,229,212); }
H1.HeaderClassName
{
color: #CAE5D4;
}
.AnyTagClassName
{
color: #CAE5D4;
}
</style>
background-color css
<style>
a { background-color: #CAE5D4; }
a { background-color: rgb(202,229,212); }
div.DivClassName
{
background-color: #CAE5D4;
}
.BgClassName
{
background-color: #CAE5D4;
}
</style>
border-color css
<style>
span { border-color: #CAE5D4; }
span { border-color: rgb(202,229,212); }
td.TdClassName
{
border-color: #CAE5D4;
}
.TagClassName
{
border-color: #CAE5D4;
}
</style>