Shades of Granny Apple #CADFCD
Tints of Granny Apple #CADFCD
RGB
CMYK
RGB Variations
Color information
#CADFCD (or 0xCADFCD) is known color: Granny Apple. HEX triplet: CA, DF and CD. RGB value is (202,223,205). Sum of RGB (Red+Green+Blue) = 202+223+205=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFCD is #352032. Grayscale: #D6D6D6. Windows color (decimal): -3481651 or 13492170. OLE color: 13492170.
HSL color Cylindrical-coordinate representation of color #CADFCD: hue angle of 128.57º degrees, saturation: 0.25, 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 #CADFCD is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 205 | - |
CMYK | 0.09 | 0 | 0.08 | 0.13 |
HSL | 128.57º | 0.25% | 0.83% | - |
HSV(B) | 128.57º | 0.09% | 0.87% | - |
XYZ | 61.76 | 69.74 | 67.96 | - |
YUV | 214.67 | 122.54 | 118.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 205 | 0.09 | 0 | 0.08 | 0.13 | 128.57 | 0.25 | 0.83 |
Hex | CA | DF | CD | 9 | 0 | 8 | D | 81 | 19 | 53 |
Octal | 312 | 337 | 315 | 11 | 0 | 10 | 15 | 201 | 31 | 123 |
Binary | 11001010 | 11011111 | 11001101 | 1001 | 0 | 1000 | 1101 | 10000001 | 11001 | 1010011 |
Color Harmonies of #CADFCD
Complementary color
Monochromatic Colors of #CADFCD
Black with #CADFCD
Text Example
Text Example
White with #CADFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFCD; }
p { color: rgb(202,223,205); }
H1.HeaderClassName
{
color: #CADFCD;
}
.AnyTagClassName
{
color: #CADFCD;
}
</style>
background-color css
<style>
a { background-color: #CADFCD; }
a { background-color: rgb(202,223,205); }
div.DivClassName
{
background-color: #CADFCD;
}
.BgClassName
{
background-color: #CADFCD;
}
</style>
border-color css
<style>
span { border-color: #CADFCD; }
span { border-color: rgb(202,223,205); }
td.TdClassName
{
border-color: #CADFCD;
}
.TagClassName
{
border-color: #CADFCD;
}
</style>