Shades of Granny Apple #C9FAD8
Tints of Granny Apple #C9FAD8
RGB
CMYK
RGB Variations
Color information
#C9FAD8 (or 0xC9FAD8) is known color: Granny Apple. HEX triplet: C9, FA and D8. RGB value is (201,250,216). Sum of RGB (Red+Green+Blue) = 201+250+216=667 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.13% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 216 (84.77% from 255 or 32.38% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FAD8 is #360527. Grayscale: #E7E7E7. Windows color (decimal): -3540264 or 14219977. OLE color: 14219977.
HSL color Cylindrical-coordinate representation of color #C9FAD8: hue angle of 138.37º 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 #C9FAD8 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 201 | 250 | 216 | - |
CMYK | 0.20 | 0 | 0.14 | 0.02 |
HSL | 138.37º | 0.83% | 0.88% | - |
HSV(B) | 138.37º | 0.2% | 0.98% | - |
XYZ | 70.67 | 85.75 | 77.79 | - |
YUV | 231.47 | 119.27 | 106.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 250 | 216 | 0.20 | 0 | 0.14 | 0.02 | 138.37 | 0.83 | 0.88 |
Hex | C9 | FA | D8 | 14 | 0 | E | 2 | 8A | 53 | 58 |
Octal | 311 | 372 | 330 | 24 | 0 | 16 | 2 | 212 | 123 | 130 |
Binary | 11001001 | 11111010 | 11011000 | 10100 | 0 | 1110 | 10 | 10001010 | 1010011 | 1011000 |
Color Harmonies of #C9FAD8
Complementary color
Monochromatic Colors of #C9FAD8
Black with #C9FAD8
Text Example
Text Example
White with #C9FAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAD8; }
p { color: rgb(201,250,216); }
H1.HeaderClassName
{
color: #C9FAD8;
}
.AnyTagClassName
{
color: #C9FAD8;
}
</style>
background-color css
<style>
a { background-color: #C9FAD8; }
a { background-color: rgb(201,250,216); }
div.DivClassName
{
background-color: #C9FAD8;
}
.BgClassName
{
background-color: #C9FAD8;
}
</style>
border-color css
<style>
span { border-color: #C9FAD8; }
span { border-color: rgb(201,250,216); }
td.TdClassName
{
border-color: #C9FAD8;
}
.TagClassName
{
border-color: #C9FAD8;
}
</style>