Shades of Granny Apple #C8ECCF
Tints of Granny Apple #C8ECCF
RGB
CMYK
RGB Variations
Color information
#C8ECCF (or 0xC8ECCF) is known color: Granny Apple. HEX triplet: C8, EC and CF. RGB value is (200,236,207). Sum of RGB (Red+Green+Blue) = 200+236+207=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECCF is #371330. Grayscale: #DEDEDE. Windows color (decimal): -3609393 or 13626568. OLE color: 13626568.
HSL color Cylindrical-coordinate representation of color #C8ECCF: hue angle of 131.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8ECCF is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 236 | 207 | - |
CMYK | 0.15 | 0 | 0.12 | 0.07 |
HSL | 131.67º | 0.49% | 0.85% | - |
HSV(B) | 131.67º | 0.15% | 0.93% | - |
XYZ | 65.08 | 76.78 | 70.42 | - |
YUV | 221.93 | 119.57 | 112.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 236 | 207 | 0.15 | 0 | 0.12 | 0.07 | 131.67 | 0.49 | 0.85 |
Hex | C8 | EC | CF | F | 0 | C | 7 | 84 | 31 | 55 |
Octal | 310 | 354 | 317 | 17 | 0 | 14 | 7 | 204 | 61 | 125 |
Binary | 11001000 | 11101100 | 11001111 | 1111 | 0 | 1100 | 111 | 10000100 | 110001 | 1010101 |
Color Harmonies of #C8ECCF
Complementary color
Monochromatic Colors of #C8ECCF
Black with #C8ECCF
Text Example
Text Example
White with #C8ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECCF; }
p { color: rgb(200,236,207); }
H1.HeaderClassName
{
color: #C8ECCF;
}
.AnyTagClassName
{
color: #C8ECCF;
}
</style>
background-color css
<style>
a { background-color: #C8ECCF; }
a { background-color: rgb(200,236,207); }
div.DivClassName
{
background-color: #C8ECCF;
}
.BgClassName
{
background-color: #C8ECCF;
}
</style>
border-color css
<style>
span { border-color: #C8ECCF; }
span { border-color: rgb(200,236,207); }
td.TdClassName
{
border-color: #C8ECCF;
}
.TagClassName
{
border-color: #C8ECCF;
}
</style>