Shades of Granny Apple #C8DACE
Tints of Granny Apple #C8DACE
RGB
CMYK
RGB Variations
Color information
#C8DACE (or 0xC8DACE) is known color: Granny Apple. HEX triplet: C8, DA and CE. RGB value is (200,218,206). Sum of RGB (Red+Green+Blue) = 200+218+206=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DACE is #372531. Grayscale: #D3D3D3. Windows color (decimal): -3614002 or 13556424. OLE color: 13556424.
HSL color Cylindrical-coordinate representation of color #C8DACE: hue angle of 140º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8DACE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 218 | 206 | - |
CMYK | 0.08 | 0 | 0.06 | 0.15 |
HSL | 140º | 0.2% | 0.82% | - |
HSV(B) | 140º | 0.08% | 0.85% | - |
XYZ | 60.03 | 66.88 | 68.14 | - |
YUV | 211.25 | 125.04 | 119.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 218 | 206 | 0.08 | 0 | 0.06 | 0.15 | 140 | 0.2 | 0.82 |
Hex | C8 | DA | CE | 8 | 0 | 6 | F | 8C | 14 | 52 |
Octal | 310 | 332 | 316 | 10 | 0 | 6 | 17 | 214 | 24 | 122 |
Binary | 11001000 | 11011010 | 11001110 | 1000 | 0 | 110 | 1111 | 10001100 | 10100 | 1010010 |
Color Harmonies of #C8DACE
Complementary color
Monochromatic Colors of #C8DACE
Black with #C8DACE
Text Example
Text Example
White with #C8DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DACE; }
p { color: rgb(200,218,206); }
H1.HeaderClassName
{
color: #C8DACE;
}
.AnyTagClassName
{
color: #C8DACE;
}
</style>
background-color css
<style>
a { background-color: #C8DACE; }
a { background-color: rgb(200,218,206); }
div.DivClassName
{
background-color: #C8DACE;
}
.BgClassName
{
background-color: #C8DACE;
}
</style>
border-color css
<style>
span { border-color: #C8DACE; }
span { border-color: rgb(200,218,206); }
td.TdClassName
{
border-color: #C8DACE;
}
.TagClassName
{
border-color: #C8DACE;
}
</style>