Shades of Granny Apple #CADACE
Tints of Granny Apple #CADACE
RGB
CMYK
RGB Variations
Color information
#CADACE (or 0xCADACE) is known color: Granny Apple. HEX triplet: CA, DA and CE. RGB value is (202,218,206). Sum of RGB (Red+Green+Blue) = 202+218+206=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #CADACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADACE is #352531. Grayscale: #D3D3D3. Windows color (decimal): -3482930 or 13556426. OLE color: 13556426.
HSL color Cylindrical-coordinate representation of color #CADACE: hue angle of 135º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CADACE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 218 | 206 | - |
CMYK | 0.07 | 0 | 0.06 | 0.15 |
HSL | 135º | 0.18% | 0.82% | - |
HSV(B) | 135º | 0.07% | 0.85% | - |
XYZ | 60.57 | 67.16 | 68.16 | - |
YUV | 211.85 | 124.7 | 120.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 206 | 0.07 | 0 | 0.06 | 0.15 | 135 | 0.18 | 0.82 |
Hex | CA | DA | CE | 7 | 0 | 6 | F | 87 | 12 | 52 |
Octal | 312 | 332 | 316 | 7 | 0 | 6 | 17 | 207 | 22 | 122 |
Binary | 11001010 | 11011010 | 11001110 | 111 | 0 | 110 | 1111 | 10000111 | 10010 | 1010010 |
Color Harmonies of #CADACE
Complementary color
Monochromatic Colors of #CADACE
Black with #CADACE
Text Example
Text Example
White with #CADACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADACE; }
p { color: rgb(202,218,206); }
H1.HeaderClassName
{
color: #CADACE;
}
.AnyTagClassName
{
color: #CADACE;
}
</style>
background-color css
<style>
a { background-color: #CADACE; }
a { background-color: rgb(202,218,206); }
div.DivClassName
{
background-color: #CADACE;
}
.BgClassName
{
background-color: #CADACE;
}
</style>
border-color css
<style>
span { border-color: #CADACE; }
span { border-color: rgb(202,218,206); }
td.TdClassName
{
border-color: #CADACE;
}
.TagClassName
{
border-color: #CADACE;
}
</style>