Shades of Granny Apple #CADFD1
Tints of Granny Apple #CADFD1
RGB
CMYK
RGB Variations
Color information
#CADFD1 (or 0xCADFD1) is known color: Granny Apple. HEX triplet: CA, DF and D1. RGB value is (202,223,209). Sum of RGB (Red+Green+Blue) = 202+223+209=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFD1 is #35202E. Grayscale: #D7D7D7. Windows color (decimal): -3481647 or 13754314. OLE color: 13754314.
HSL color Cylindrical-coordinate representation of color #CADFD1: hue angle of 140º 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 #CADFD1 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 209 | - |
CMYK | 0.09 | 0 | 0.06 | 0.13 |
HSL | 140º | 0.25% | 0.83% | - |
HSV(B) | 140º | 0.09% | 0.87% | - |
XYZ | 62.25 | 69.94 | 70.54 | - |
YUV | 215.13 | 124.54 | 118.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 209 | 0.09 | 0 | 0.06 | 0.13 | 140 | 0.25 | 0.83 |
Hex | CA | DF | D1 | 9 | 0 | 6 | D | 8C | 19 | 53 |
Octal | 312 | 337 | 321 | 11 | 0 | 6 | 15 | 214 | 31 | 123 |
Binary | 11001010 | 11011111 | 11010001 | 1001 | 0 | 110 | 1101 | 10001100 | 11001 | 1010011 |
Color Harmonies of #CADFD1
Complementary color
Monochromatic Colors of #CADFD1
Black with #CADFD1
Text Example
Text Example
White with #CADFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFD1; }
p { color: rgb(202,223,209); }
H1.HeaderClassName
{
color: #CADFD1;
}
.AnyTagClassName
{
color: #CADFD1;
}
</style>
background-color css
<style>
a { background-color: #CADFD1; }
a { background-color: rgb(202,223,209); }
div.DivClassName
{
background-color: #CADFD1;
}
.BgClassName
{
background-color: #CADFD1;
}
</style>
border-color css
<style>
span { border-color: #CADFD1; }
span { border-color: rgb(202,223,209); }
td.TdClassName
{
border-color: #CADFD1;
}
.TagClassName
{
border-color: #CADFD1;
}
</style>