Shades of Granny Apple #CADECF
Tints of Granny Apple #CADECF
RGB
CMYK
RGB Variations
Color information
#CADECF (or 0xCADECF) is known color: Granny Apple. HEX triplet: CA, DE and CF. RGB value is (202,222,207). Sum of RGB (Red+Green+Blue) = 202+222+207=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #CADECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADECF is #352130. Grayscale: #D6D6D6. Windows color (decimal): -3481905 or 13622986. OLE color: 13622986.
HSL color Cylindrical-coordinate representation of color #CADECF: hue angle of 135º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADECF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 222 | 207 | - |
CMYK | 0.09 | 0 | 0.07 | 0.13 |
HSL | 135º | 0.23% | 0.83% | - |
HSV(B) | 135º | 0.09% | 0.87% | - |
XYZ | 61.74 | 69.3 | 69.15 | - |
YUV | 214.31 | 123.87 | 119.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 222 | 207 | 0.09 | 0 | 0.07 | 0.13 | 135 | 0.23 | 0.83 |
Hex | CA | DE | CF | 9 | 0 | 7 | D | 87 | 17 | 53 |
Octal | 312 | 336 | 317 | 11 | 0 | 7 | 15 | 207 | 27 | 123 |
Binary | 11001010 | 11011110 | 11001111 | 1001 | 0 | 111 | 1101 | 10000111 | 10111 | 1010011 |
Color Harmonies of #CADECF
Complementary color
Monochromatic Colors of #CADECF
Black with #CADECF
Text Example
Text Example
White with #CADECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADECF; }
p { color: rgb(202,222,207); }
H1.HeaderClassName
{
color: #CADECF;
}
.AnyTagClassName
{
color: #CADECF;
}
</style>
background-color css
<style>
a { background-color: #CADECF; }
a { background-color: rgb(202,222,207); }
div.DivClassName
{
background-color: #CADECF;
}
.BgClassName
{
background-color: #CADECF;
}
</style>
border-color css
<style>
span { border-color: #CADECF; }
span { border-color: rgb(202,222,207); }
td.TdClassName
{
border-color: #CADECF;
}
.TagClassName
{
border-color: #CADECF;
}
</style>