Shades of Granny Apple #C8DCCE
Tints of Granny Apple #C8DCCE
RGB
CMYK
RGB Variations
Color information
#C8DCCE (or 0xC8DCCE) is known color: Granny Apple. HEX triplet: C8, DC and CE. RGB value is (200,220,206). Sum of RGB (Red+Green+Blue) = 200+220+206=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCCE is #372331. Grayscale: #D4D4D4. Windows color (decimal): -3613490 or 13556936. OLE color: 13556936.
HSL color Cylindrical-coordinate representation of color #C8DCCE: hue angle of 138º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DCCE is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 220 | 206 | - |
CMYK | 0.09 | 0 | 0.06 | 0.14 |
HSL | 138º | 0.22% | 0.82% | - |
HSV(B) | 138º | 0.09% | 0.86% | - |
XYZ | 60.55 | 67.92 | 68.31 | - |
YUV | 212.42 | 124.37 | 119.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 220 | 206 | 0.09 | 0 | 0.06 | 0.14 | 138 | 0.22 | 0.82 |
Hex | C8 | DC | CE | 9 | 0 | 6 | E | 8A | 16 | 52 |
Octal | 310 | 334 | 316 | 11 | 0 | 6 | 16 | 212 | 26 | 122 |
Binary | 11001000 | 11011100 | 11001110 | 1001 | 0 | 110 | 1110 | 10001010 | 10110 | 1010010 |
Color Harmonies of #C8DCCE
Complementary color
Monochromatic Colors of #C8DCCE
Black with #C8DCCE
Text Example
Text Example
White with #C8DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCCE; }
p { color: rgb(200,220,206); }
H1.HeaderClassName
{
color: #C8DCCE;
}
.AnyTagClassName
{
color: #C8DCCE;
}
</style>
background-color css
<style>
a { background-color: #C8DCCE; }
a { background-color: rgb(200,220,206); }
div.DivClassName
{
background-color: #C8DCCE;
}
.BgClassName
{
background-color: #C8DCCE;
}
</style>
border-color css
<style>
span { border-color: #C8DCCE; }
span { border-color: rgb(200,220,206); }
td.TdClassName
{
border-color: #C8DCCE;
}
.TagClassName
{
border-color: #C8DCCE;
}
</style>