Shades of Granny Apple #CAE5D0
Tints of Granny Apple #CAE5D0
RGB
CMYK
RGB Variations
Color information
#CAE5D0 (or 0xCAE5D0) is known color: Granny Apple. HEX triplet: CA, E5 and D0. RGB value is (202,229,208). Sum of RGB (Red+Green+Blue) = 202+229+208=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5D0 is #351A2F. Grayscale: #DADADA. Windows color (decimal): -3480112 or 13690314. OLE color: 13690314.
HSL color Cylindrical-coordinate representation of color #CAE5D0: hue angle of 133.33º 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 #CAE5D0 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 229 | 208 | - |
CMYK | 0.12 | 0 | 0.09 | 0.10 |
HSL | 133.33º | 0.34% | 0.85% | - |
HSV(B) | 133.33º | 0.12% | 0.9% | - |
XYZ | 63.76 | 73.15 | 70.43 | - |
YUV | 218.53 | 122.05 | 116.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 229 | 208 | 0.12 | 0 | 0.09 | 0.10 | 133.33 | 0.34 | 0.85 |
Hex | CA | E5 | D0 | C | 0 | 9 | A | 85 | 22 | 55 |
Octal | 312 | 345 | 320 | 14 | 0 | 11 | 12 | 205 | 42 | 125 |
Binary | 11001010 | 11100101 | 11010000 | 1100 | 0 | 1001 | 1010 | 10000101 | 100010 | 1010101 |
Color Harmonies of #CAE5D0
Complementary color
Monochromatic Colors of #CAE5D0
Black with #CAE5D0
Text Example
Text Example
White with #CAE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5D0; }
p { color: rgb(202,229,208); }
H1.HeaderClassName
{
color: #CAE5D0;
}
.AnyTagClassName
{
color: #CAE5D0;
}
</style>
background-color css
<style>
a { background-color: #CAE5D0; }
a { background-color: rgb(202,229,208); }
div.DivClassName
{
background-color: #CAE5D0;
}
.BgClassName
{
background-color: #CAE5D0;
}
</style>
border-color css
<style>
span { border-color: #CAE5D0; }
span { border-color: rgb(202,229,208); }
td.TdClassName
{
border-color: #CAE5D0;
}
.TagClassName
{
border-color: #CAE5D0;
}
</style>