Shades of Granny Apple #C9FAD3
Tints of Granny Apple #C9FAD3
RGB
CMYK
RGB Variations
Color information
#C9FAD3 (or 0xC9FAD3) is known color: Granny Apple. HEX triplet: C9, FA and D3. RGB value is (201,250,211). Sum of RGB (Red+Green+Blue) = 201+250+211=662 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.36% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FAD3 is #36052C. Grayscale: #E7E7E7. Windows color (decimal): -3540269 or 13892297. OLE color: 13892297.
HSL color Cylindrical-coordinate representation of color #C9FAD3: hue angle of 132.24º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FAD3 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 201 | 250 | 211 | - |
CMYK | 0.20 | 0 | 0.16 | 0.02 |
HSL | 132.24º | 0.83% | 0.88% | - |
HSV(B) | 132.24º | 0.2% | 0.98% | - |
XYZ | 70.03 | 85.49 | 74.44 | - |
YUV | 230.9 | 116.77 | 106.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 250 | 211 | 0.20 | 0 | 0.16 | 0.02 | 132.24 | 0.83 | 0.88 |
Hex | C9 | FA | D3 | 14 | 0 | 10 | 2 | 84 | 53 | 58 |
Octal | 311 | 372 | 323 | 24 | 0 | 20 | 2 | 204 | 123 | 130 |
Binary | 11001001 | 11111010 | 11010011 | 10100 | 0 | 10000 | 10 | 10000100 | 1010011 | 1011000 |
Color Harmonies of #C9FAD3
Complementary color
Monochromatic Colors of #C9FAD3
Black with #C9FAD3
Text Example
Text Example
White with #C9FAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAD3; }
p { color: rgb(201,250,211); }
H1.HeaderClassName
{
color: #C9FAD3;
}
.AnyTagClassName
{
color: #C9FAD3;
}
</style>
background-color css
<style>
a { background-color: #C9FAD3; }
a { background-color: rgb(201,250,211); }
div.DivClassName
{
background-color: #C9FAD3;
}
.BgClassName
{
background-color: #C9FAD3;
}
</style>
border-color css
<style>
span { border-color: #C9FAD3; }
span { border-color: rgb(201,250,211); }
td.TdClassName
{
border-color: #C9FAD3;
}
.TagClassName
{
border-color: #C9FAD3;
}
</style>