Shades of Granny Apple #C9DCD0
Tints of Granny Apple #C9DCD0
RGB
CMYK
RGB Variations
Color information
#C9DCD0 (or 0xC9DCD0) is known color: Granny Apple. HEX triplet: C9, DC and D0. RGB value is (201,220,208). Sum of RGB (Red+Green+Blue) = 201+220+208=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCD0 is #36232F. Grayscale: #D4D4D4. Windows color (decimal): -3547952 or 13688009. OLE color: 13688009.
HSL color Cylindrical-coordinate representation of color #C9DCD0: hue angle of 142.11º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCD0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 220 | 208 | - |
CMYK | 0.09 | 0 | 0.05 | 0.14 |
HSL | 142.11º | 0.21% | 0.83% | - |
HSV(B) | 142.11º | 0.09% | 0.86% | - |
XYZ | 61.07 | 68.16 | 69.61 | - |
YUV | 212.95 | 125.21 | 119.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 220 | 208 | 0.09 | 0 | 0.05 | 0.14 | 142.11 | 0.21 | 0.83 |
Hex | C9 | DC | D0 | 9 | 0 | 5 | E | 8E | 15 | 53 |
Octal | 311 | 334 | 320 | 11 | 0 | 5 | 16 | 216 | 25 | 123 |
Binary | 11001001 | 11011100 | 11010000 | 1001 | 0 | 101 | 1110 | 10001110 | 10101 | 1010011 |
Color Harmonies of #C9DCD0
Complementary color
Monochromatic Colors of #C9DCD0
Black with #C9DCD0
Text Example
Text Example
White with #C9DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCD0; }
p { color: rgb(201,220,208); }
H1.HeaderClassName
{
color: #C9DCD0;
}
.AnyTagClassName
{
color: #C9DCD0;
}
</style>
background-color css
<style>
a { background-color: #C9DCD0; }
a { background-color: rgb(201,220,208); }
div.DivClassName
{
background-color: #C9DCD0;
}
.BgClassName
{
background-color: #C9DCD0;
}
</style>
border-color css
<style>
span { border-color: #C9DCD0; }
span { border-color: rgb(201,220,208); }
td.TdClassName
{
border-color: #C9DCD0;
}
.TagClassName
{
border-color: #C9DCD0;
}
</style>