Shades of Granny Apple #C1EDCC
Tints of Granny Apple #C1EDCC
RGB
CMYK
RGB Variations
Color information
#C1EDCC (or 0xC1EDCC) is known color: Granny Apple. HEX triplet: C1, ED and CC. RGB value is (193,237,204). Sum of RGB (Red+Green+Blue) = 193+237+204=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDCC is #3E1233. Grayscale: #DCDCDC. Windows color (decimal): -4067892 or 13430209. OLE color: 13430209.
HSL color Cylindrical-coordinate representation of color #C1EDCC: hue angle of 135º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EDCC is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 193 | 237 | 204 | - |
CMYK | 0.19 | 0 | 0.14 | 0.07 |
HSL | 135º | 0.55% | 0.84% | - |
HSV(B) | 135º | 0.19% | 0.93% | - |
XYZ | 63.18 | 76.27 | 68.52 | - |
YUV | 220.08 | 118.92 | 108.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 237 | 204 | 0.19 | 0 | 0.14 | 0.07 | 135 | 0.55 | 0.84 |
Hex | C1 | ED | CC | 13 | 0 | E | 7 | 87 | 37 | 54 |
Octal | 301 | 355 | 314 | 23 | 0 | 16 | 7 | 207 | 67 | 124 |
Binary | 11000001 | 11101101 | 11001100 | 10011 | 0 | 1110 | 111 | 10000111 | 110111 | 1010100 |
Color Harmonies of #C1EDCC
Complementary color
Monochromatic Colors of #C1EDCC
Black with #C1EDCC
Text Example
Text Example
White with #C1EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EDCC; }
p { color: rgb(193,237,204); }
H1.HeaderClassName
{
color: #C1EDCC;
}
.AnyTagClassName
{
color: #C1EDCC;
}
</style>
background-color css
<style>
a { background-color: #C1EDCC; }
a { background-color: rgb(193,237,204); }
div.DivClassName
{
background-color: #C1EDCC;
}
.BgClassName
{
background-color: #C1EDCC;
}
</style>
border-color css
<style>
span { border-color: #C1EDCC; }
span { border-color: rgb(193,237,204); }
td.TdClassName
{
border-color: #C1EDCC;
}
.TagClassName
{
border-color: #C1EDCC;
}
</style>