Shades of Granny Apple #CAE7D3
Tints of Granny Apple #CAE7D3
RGB
CMYK
RGB Variations
Color information
#CAE7D3 (or 0xCAE7D3) is known color: Granny Apple. HEX triplet: CA, E7 and D3. RGB value is (202,231,211). Sum of RGB (Red+Green+Blue) = 202+231+211=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7D3 is #35182C. Grayscale: #DCDCDC. Windows color (decimal): -3479597 or 13887434. OLE color: 13887434.
HSL color Cylindrical-coordinate representation of color #CAE7D3: hue angle of 138.62º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE7D3 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 231 | 211 | - |
CMYK | 0.13 | 0 | 0.09 | 0.09 |
HSL | 138.62º | 0.38% | 0.85% | - |
HSV(B) | 138.62º | 0.13% | 0.91% | - |
XYZ | 64.69 | 74.41 | 72.58 | - |
YUV | 220.05 | 122.89 | 115.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 231 | 211 | 0.13 | 0 | 0.09 | 0.09 | 138.62 | 0.38 | 0.85 |
Hex | CA | E7 | D3 | D | 0 | 9 | 9 | 8B | 26 | 55 |
Octal | 312 | 347 | 323 | 15 | 0 | 11 | 11 | 213 | 46 | 125 |
Binary | 11001010 | 11100111 | 11010011 | 1101 | 0 | 1001 | 1001 | 10001011 | 100110 | 1010101 |
Color Harmonies of #CAE7D3
Complementary color
Monochromatic Colors of #CAE7D3
Black with #CAE7D3
Text Example
Text Example
White with #CAE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE7D3; }
p { color: rgb(202,231,211); }
H1.HeaderClassName
{
color: #CAE7D3;
}
.AnyTagClassName
{
color: #CAE7D3;
}
</style>
background-color css
<style>
a { background-color: #CAE7D3; }
a { background-color: rgb(202,231,211); }
div.DivClassName
{
background-color: #CAE7D3;
}
.BgClassName
{
background-color: #CAE7D3;
}
</style>
border-color css
<style>
span { border-color: #CAE7D3; }
span { border-color: rgb(202,231,211); }
td.TdClassName
{
border-color: #CAE7D3;
}
.TagClassName
{
border-color: #CAE7D3;
}
</style>