Shades of Granny Apple #C8DFCF
Tints of Granny Apple #C8DFCF
RGB
CMYK
RGB Variations
Color information
#C8DFCF (or 0xC8DFCF) is known color: Granny Apple. HEX triplet: C8, DF and CF. RGB value is (200,223,207). Sum of RGB (Red+Green+Blue) = 200+223+207=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFCF is #372030. Grayscale: #D6D6D6. Windows color (decimal): -3612721 or 13623240. OLE color: 13623240.
HSL color Cylindrical-coordinate representation of color #C8DFCF: hue angle of 138.26º 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 #C8DFCF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 207 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.13 |
| HSL | 138.26º | 0.26% | 0.83% | - |
| HSV(B) | 138.26º | 0.1% | 0.87% | - |
| XYZ | 61.47 | 69.56 | 69.22 | - |
| YUV | 214.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 207 | 0.10 | 0 | 0.07 | 0.13 | 138.26 | 0.26 | 0.83 |
| Hex | C8 | DF | CF | A | 0 | 7 | D | 8A | 1A | 53 |
| Octal | 310 | 337 | 317 | 12 | 0 | 7 | 15 | 212 | 32 | 123 |
| Binary | 11001000 | 11011111 | 11001111 | 1010 | 0 | 111 | 1101 | 10001010 | 11010 | 1010011 |
Color Harmonies of #C8DFCF
Complementary color
Monochromatic Colors of #C8DFCF
Black with #C8DFCF
Text Example
Text Example
White with #C8DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFCF; }
p { color: rgb(200,223,207); }
H1.HeaderClassName
{
color: #C8DFCF;
}
.AnyTagClassName
{
color: #C8DFCF;
}
</style>
background-color css
<style>
a { background-color: #C8DFCF; }
a { background-color: rgb(200,223,207); }
div.DivClassName
{
background-color: #C8DFCF;
}
.BgClassName
{
background-color: #C8DFCF;
}
</style>
border-color css
<style>
span { border-color: #C8DFCF; }
span { border-color: rgb(200,223,207); }
td.TdClassName
{
border-color: #C8DFCF;
}
.TagClassName
{
border-color: #C8DFCF;
}
</style>