Shades of Granny Apple #C1EBCF
Tints of Granny Apple #C1EBCF
RGB
CMYK
RGB Variations
Color information
#C1EBCF (or 0xC1EBCF) is known color: Granny Apple. HEX triplet: C1, EB and CF. RGB value is (193,235,207). Sum of RGB (Red+Green+Blue) = 193+235+207=635 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.39% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBCF is #3E1430. Grayscale: #DBDBDB. Windows color (decimal): -4068401 or 13626305. OLE color: 13626305.
HSL color Cylindrical-coordinate representation of color #C1EBCF: hue angle of 140º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EBCF is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 207 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.08 |
| HSL | 140º | 0.51% | 0.84% | - |
| HSV(B) | 140º | 0.18% | 0.92% | - |
| XYZ | 62.96 | 75.26 | 70.24 | - |
| YUV | 219.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 207 | 0.18 | 0 | 0.12 | 0.08 | 140 | 0.51 | 0.84 |
| Hex | C1 | EB | CF | 12 | 0 | C | 8 | 8C | 33 | 54 |
| Octal | 301 | 353 | 317 | 22 | 0 | 14 | 10 | 214 | 63 | 124 |
| Binary | 11000001 | 11101011 | 11001111 | 10010 | 0 | 1100 | 1000 | 10001100 | 110011 | 1010100 |
Color Harmonies of #C1EBCF
Complementary color
Monochromatic Colors of #C1EBCF
Black with #C1EBCF
Text Example
Text Example
White with #C1EBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EBCF; }
p { color: rgb(193,235,207); }
H1.HeaderClassName
{
color: #C1EBCF;
}
.AnyTagClassName
{
color: #C1EBCF;
}
</style>
background-color css
<style>
a { background-color: #C1EBCF; }
a { background-color: rgb(193,235,207); }
div.DivClassName
{
background-color: #C1EBCF;
}
.BgClassName
{
background-color: #C1EBCF;
}
</style>
border-color css
<style>
span { border-color: #C1EBCF; }
span { border-color: rgb(193,235,207); }
td.TdClassName
{
border-color: #C1EBCF;
}
.TagClassName
{
border-color: #C1EBCF;
}
</style>