Shades of Granny Apple #C8DDCF
Tints of Granny Apple #C8DDCF
RGB
CMYK
RGB Variations
Color information
#C8DDCF (or 0xC8DDCF) is known color: Granny Apple. HEX triplet: C8, DD and CF. RGB value is (200,221,207). Sum of RGB (Red+Green+Blue) = 200+221+207=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDCF is #372230. Grayscale: #D5D5D5. Windows color (decimal): -3613233 or 13622728. OLE color: 13622728.
HSL color Cylindrical-coordinate representation of color #C8DDCF: hue angle of 140º degrees, saturation: 0.24, 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 #C8DDCF is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 207 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.13 |
| HSL | 140º | 0.24% | 0.83% | - |
| HSV(B) | 140º | 0.1% | 0.87% | - |
| XYZ | 60.94 | 68.5 | 69.04 | - |
| YUV | 213.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 207 | 0.10 | 0 | 0.06 | 0.13 | 140 | 0.24 | 0.83 |
| Hex | C8 | DD | CF | A | 0 | 6 | D | 8C | 18 | 53 |
| Octal | 310 | 335 | 317 | 12 | 0 | 6 | 15 | 214 | 30 | 123 |
| Binary | 11001000 | 11011101 | 11001111 | 1010 | 0 | 110 | 1101 | 10001100 | 11000 | 1010011 |
Color Harmonies of #C8DDCF
Complementary color
Monochromatic Colors of #C8DDCF
Black with #C8DDCF
Text Example
Text Example
White with #C8DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDCF; }
p { color: rgb(200,221,207); }
H1.HeaderClassName
{
color: #C8DDCF;
}
.AnyTagClassName
{
color: #C8DDCF;
}
</style>
background-color css
<style>
a { background-color: #C8DDCF; }
a { background-color: rgb(200,221,207); }
div.DivClassName
{
background-color: #C8DDCF;
}
.BgClassName
{
background-color: #C8DDCF;
}
</style>
border-color css
<style>
span { border-color: #C8DDCF; }
span { border-color: rgb(200,221,207); }
td.TdClassName
{
border-color: #C8DDCF;
}
.TagClassName
{
border-color: #C8DDCF;
}
</style>