Shades of Granny Apple #CADDCF
Tints of Granny Apple #CADDCF
RGB
CMYK
RGB Variations
Color information
#CADDCF (or 0xCADDCF) is known color: Granny Apple. HEX triplet: CA, DD and CF. RGB value is (202,221,207). Sum of RGB (Red+Green+Blue) = 202+221+207=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDCF is #352230. Grayscale: #D5D5D5. Windows color (decimal): -3482161 or 13622730. OLE color: 13622730.
HSL color Cylindrical-coordinate representation of color #CADDCF: hue angle of 135.79º degrees, saturation: 0.22, 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 #CADDCF is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 207 | - |
CMYK | 0.09 | 0 | 0.06 | 0.13 |
HSL | 135.79º | 0.22% | 0.83% | - |
HSV(B) | 135.79º | 0.09% | 0.87% | - |
XYZ | 61.48 | 68.77 | 69.07 | - |
YUV | 213.72 | 124.21 | 119.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 207 | 0.09 | 0 | 0.06 | 0.13 | 135.79 | 0.22 | 0.83 |
Hex | CA | DD | CF | 9 | 0 | 6 | D | 88 | 16 | 53 |
Octal | 312 | 335 | 317 | 11 | 0 | 6 | 15 | 210 | 26 | 123 |
Binary | 11001010 | 11011101 | 11001111 | 1001 | 0 | 110 | 1101 | 10001000 | 10110 | 1010011 |
Color Harmonies of #CADDCF
Complementary color
Monochromatic Colors of #CADDCF
Black with #CADDCF
Text Example
Text Example
White with #CADDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDCF; }
p { color: rgb(202,221,207); }
H1.HeaderClassName
{
color: #CADDCF;
}
.AnyTagClassName
{
color: #CADDCF;
}
</style>
background-color css
<style>
a { background-color: #CADDCF; }
a { background-color: rgb(202,221,207); }
div.DivClassName
{
background-color: #CADDCF;
}
.BgClassName
{
background-color: #CADDCF;
}
</style>
border-color css
<style>
span { border-color: #CADDCF; }
span { border-color: rgb(202,221,207); }
td.TdClassName
{
border-color: #CADDCF;
}
.TagClassName
{
border-color: #CADDCF;
}
</style>