Shades of Granny Apple #C8DFCC
Tints of Granny Apple #C8DFCC
RGB
CMYK
RGB Variations
Color information
#C8DFCC (or 0xC8DFCC) is known color: Granny Apple. HEX triplet: C8, DF and CC. RGB value is (200,223,204). Sum of RGB (Red+Green+Blue) = 200+223+204=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFCC is #372033. Grayscale: #D6D6D6. Windows color (decimal): -3612724 or 13426632. OLE color: 13426632.
HSL color Cylindrical-coordinate representation of color #C8DFCC: hue angle of 130.43º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DFCC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 223 | 204 | - |
CMYK | 0.10 | 0 | 0.09 | 0.13 |
HSL | 130.43º | 0.26% | 0.83% | - |
HSV(B) | 130.43º | 0.1% | 0.87% | - |
XYZ | 61.11 | 69.41 | 67.3 | - |
YUV | 213.96 | 122.38 | 118.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 223 | 204 | 0.10 | 0 | 0.09 | 0.13 | 130.43 | 0.26 | 0.83 |
Hex | C8 | DF | CC | A | 0 | 9 | D | 82 | 1A | 53 |
Octal | 310 | 337 | 314 | 12 | 0 | 11 | 15 | 202 | 32 | 123 |
Binary | 11001000 | 11011111 | 11001100 | 1010 | 0 | 1001 | 1101 | 10000010 | 11010 | 1010011 |
Color Harmonies of #C8DFCC
Complementary color
Monochromatic Colors of #C8DFCC
Black with #C8DFCC
Text Example
Text Example
White with #C8DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFCC; }
p { color: rgb(200,223,204); }
H1.HeaderClassName
{
color: #C8DFCC;
}
.AnyTagClassName
{
color: #C8DFCC;
}
</style>
background-color css
<style>
a { background-color: #C8DFCC; }
a { background-color: rgb(200,223,204); }
div.DivClassName
{
background-color: #C8DFCC;
}
.BgClassName
{
background-color: #C8DFCC;
}
</style>
border-color css
<style>
span { border-color: #C8DFCC; }
span { border-color: rgb(200,223,204); }
td.TdClassName
{
border-color: #C8DFCC;
}
.TagClassName
{
border-color: #C8DFCC;
}
</style>