Shades of Granny Apple #C8DDD0
Tints of Granny Apple #C8DDD0
RGB
CMYK
RGB Variations
Color information
#C8DDD0 (or 0xC8DDD0) is known color: Granny Apple. HEX triplet: C8, DD and D0. RGB value is (200,221,208). Sum of RGB (Red+Green+Blue) = 200+221+208=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDD0 is #37222F. Grayscale: #D5D5D5. Windows color (decimal): -3613232 or 13688264. OLE color: 13688264.
HSL color Cylindrical-coordinate representation of color #C8DDD0: hue angle of 142.86º 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 #C8DDD0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 221 | 208 | - |
CMYK | 0.10 | 0 | 0.06 | 0.13 |
HSL | 142.86º | 0.24% | 0.83% | - |
HSV(B) | 142.86º | 0.1% | 0.87% | - |
XYZ | 61.06 | 68.55 | 69.69 | - |
YUV | 213.24 | 125.04 | 118.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 221 | 208 | 0.10 | 0 | 0.06 | 0.13 | 142.86 | 0.24 | 0.83 |
Hex | C8 | DD | D0 | A | 0 | 6 | D | 8F | 18 | 53 |
Octal | 310 | 335 | 320 | 12 | 0 | 6 | 15 | 217 | 30 | 123 |
Binary | 11001000 | 11011101 | 11010000 | 1010 | 0 | 110 | 1101 | 10001111 | 11000 | 1010011 |
Color Harmonies of #C8DDD0
Complementary color
Monochromatic Colors of #C8DDD0
Black with #C8DDD0
Text Example
Text Example
White with #C8DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDD0; }
p { color: rgb(200,221,208); }
H1.HeaderClassName
{
color: #C8DDD0;
}
.AnyTagClassName
{
color: #C8DDD0;
}
</style>
background-color css
<style>
a { background-color: #C8DDD0; }
a { background-color: rgb(200,221,208); }
div.DivClassName
{
background-color: #C8DDD0;
}
.BgClassName
{
background-color: #C8DDD0;
}
</style>
border-color css
<style>
span { border-color: #C8DDD0; }
span { border-color: rgb(200,221,208); }
td.TdClassName
{
border-color: #C8DDD0;
}
.TagClassName
{
border-color: #C8DDD0;
}
</style>