Shades of Granny Apple #C1EBCD
Tints of Granny Apple #C1EBCD
RGB
CMYK
RGB Variations
Color information
#C1EBCD (or 0xC1EBCD) is known color: Granny Apple. HEX triplet: C1, EB and CD. RGB value is (193,235,205). Sum of RGB (Red+Green+Blue) = 193+235+205=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBCD is #3E1432. Grayscale: #DBDBDB. Windows color (decimal): -4068403 or 13495233. OLE color: 13495233.
HSL color Cylindrical-coordinate representation of color #C1EBCD: hue angle of 137.14º 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 #C1EBCD is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 205 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.08 |
| HSL | 137.14º | 0.51% | 0.84% | - |
| HSV(B) | 137.14º | 0.18% | 0.92% | - |
| XYZ | 62.72 | 75.16 | 68.96 | - |
| YUV | 219.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 205 | 0.18 | 0 | 0.13 | 0.08 | 137.14 | 0.51 | 0.84 |
| Hex | C1 | EB | CD | 12 | 0 | D | 8 | 89 | 33 | 54 |
| Octal | 301 | 353 | 315 | 22 | 0 | 15 | 10 | 211 | 63 | 124 |
| Binary | 11000001 | 11101011 | 11001101 | 10010 | 0 | 1101 | 1000 | 10001001 | 110011 | 1010100 |
Color Harmonies of #C1EBCD
Complementary color
Monochromatic Colors of #C1EBCD
Black with #C1EBCD
Text Example
Text Example
White with #C1EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EBCD; }
p { color: rgb(193,235,205); }
H1.HeaderClassName
{
color: #C1EBCD;
}
.AnyTagClassName
{
color: #C1EBCD;
}
</style>
background-color css
<style>
a { background-color: #C1EBCD; }
a { background-color: rgb(193,235,205); }
div.DivClassName
{
background-color: #C1EBCD;
}
.BgClassName
{
background-color: #C1EBCD;
}
</style>
border-color css
<style>
span { border-color: #C1EBCD; }
span { border-color: rgb(193,235,205); }
td.TdClassName
{
border-color: #C1EBCD;
}
.TagClassName
{
border-color: #C1EBCD;
}
</style>