Shades of Granny Apple #C9DCCF
Tints of Granny Apple #C9DCCF
RGB
CMYK
RGB Variations
Color information
#C9DCCF (or 0xC9DCCF) is known color: Granny Apple. HEX triplet: C9, DC and CF. RGB value is (201,220,207). Sum of RGB (Red+Green+Blue) = 201+220+207=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCCF is #362330. Grayscale: #D4D4D4. Windows color (decimal): -3547953 or 13622473. OLE color: 13622473.
HSL color Cylindrical-coordinate representation of color #C9DCCF: hue angle of 138.95º 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 #C9DCCF is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 220 | 207 | - |
CMYK | 0.09 | 0 | 0.06 | 0.14 |
HSL | 138.95º | 0.21% | 0.83% | - |
HSV(B) | 138.95º | 0.09% | 0.86% | - |
XYZ | 60.94 | 68.11 | 68.97 | - |
YUV | 212.84 | 124.71 | 119.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 220 | 207 | 0.09 | 0 | 0.06 | 0.14 | 138.95 | 0.21 | 0.83 |
Hex | C9 | DC | CF | 9 | 0 | 6 | E | 8B | 15 | 53 |
Octal | 311 | 334 | 317 | 11 | 0 | 6 | 16 | 213 | 25 | 123 |
Binary | 11001001 | 11011100 | 11001111 | 1001 | 0 | 110 | 1110 | 10001011 | 10101 | 1010011 |
Color Harmonies of #C9DCCF
Complementary color
Monochromatic Colors of #C9DCCF
Black with #C9DCCF
Text Example
Text Example
White with #C9DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCCF; }
p { color: rgb(201,220,207); }
H1.HeaderClassName
{
color: #C9DCCF;
}
.AnyTagClassName
{
color: #C9DCCF;
}
</style>
background-color css
<style>
a { background-color: #C9DCCF; }
a { background-color: rgb(201,220,207); }
div.DivClassName
{
background-color: #C9DCCF;
}
.BgClassName
{
background-color: #C9DCCF;
}
</style>
border-color css
<style>
span { border-color: #C9DCCF; }
span { border-color: rgb(201,220,207); }
td.TdClassName
{
border-color: #C9DCCF;
}
.TagClassName
{
border-color: #C9DCCF;
}
</style>