Shades of Granny Apple #CADBCE
Tints of Granny Apple #CADBCE
RGB
CMYK
RGB Variations
Color information
#CADBCE (or 0xCADBCE) is known color: Granny Apple. HEX triplet: CA, DB and CE. RGB value is (202,219,206). Sum of RGB (Red+Green+Blue) = 202+219+206=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBCE is #352431. Grayscale: #D4D4D4. Windows color (decimal): -3482674 or 13556682. OLE color: 13556682.
HSL color Cylindrical-coordinate representation of color #CADBCE: hue angle of 134.12º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADBCE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 219 | 206 | - |
CMYK | 0.08 | 0 | 0.06 | 0.14 |
HSL | 134.12º | 0.19% | 0.83% | - |
HSV(B) | 134.12º | 0.08% | 0.86% | - |
XYZ | 60.83 | 67.68 | 68.25 | - |
YUV | 212.44 | 124.37 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 206 | 0.08 | 0 | 0.06 | 0.14 | 134.12 | 0.19 | 0.83 |
Hex | CA | DB | CE | 8 | 0 | 6 | E | 86 | 13 | 53 |
Octal | 312 | 333 | 316 | 10 | 0 | 6 | 16 | 206 | 23 | 123 |
Binary | 11001010 | 11011011 | 11001110 | 1000 | 0 | 110 | 1110 | 10000110 | 10011 | 1010011 |
Color Harmonies of #CADBCE
Complementary color
Monochromatic Colors of #CADBCE
Black with #CADBCE
Text Example
Text Example
White with #CADBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBCE; }
p { color: rgb(202,219,206); }
H1.HeaderClassName
{
color: #CADBCE;
}
.AnyTagClassName
{
color: #CADBCE;
}
</style>
background-color css
<style>
a { background-color: #CADBCE; }
a { background-color: rgb(202,219,206); }
div.DivClassName
{
background-color: #CADBCE;
}
.BgClassName
{
background-color: #CADBCE;
}
</style>
border-color css
<style>
span { border-color: #CADBCE; }
span { border-color: rgb(202,219,206); }
td.TdClassName
{
border-color: #CADBCE;
}
.TagClassName
{
border-color: #CADBCE;
}
</style>