Shades of Granny Apple #C1EDCF
Tints of Granny Apple #C1EDCF
RGB
CMYK
RGB Variations
Color information
#C1EDCF (or 0xC1EDCF) is known color: Granny Apple. HEX triplet: C1, ED and CF. RGB value is (193,237,207). Sum of RGB (Red+Green+Blue) = 193+237+207=637 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.30% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDCF is #3E1230. Grayscale: #DCDCDC. Windows color (decimal): -4067889 or 13626817. OLE color: 13626817.
HSL color Cylindrical-coordinate representation of color #C1EDCF: hue angle of 139.09º 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 #C1EDCF is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 193 | 237 | 207 | - |
CMYK | 0.19 | 0 | 0.13 | 0.07 |
HSL | 139.09º | 0.55% | 0.84% | - |
HSV(B) | 139.09º | 0.19% | 0.93% | - |
XYZ | 63.54 | 76.41 | 70.43 | - |
YUV | 220.42 | 120.42 | 108.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 237 | 207 | 0.19 | 0 | 0.13 | 0.07 | 139.09 | 0.55 | 0.84 |
Hex | C1 | ED | CF | 13 | 0 | D | 7 | 8B | 37 | 54 |
Octal | 301 | 355 | 317 | 23 | 0 | 15 | 7 | 213 | 67 | 124 |
Binary | 11000001 | 11101101 | 11001111 | 10011 | 0 | 1101 | 111 | 10001011 | 110111 | 1010100 |
Color Harmonies of #C1EDCF
Complementary color
Monochromatic Colors of #C1EDCF
Black with #C1EDCF
Text Example
Text Example
White with #C1EDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EDCF; }
p { color: rgb(193,237,207); }
H1.HeaderClassName
{
color: #C1EDCF;
}
.AnyTagClassName
{
color: #C1EDCF;
}
</style>
background-color css
<style>
a { background-color: #C1EDCF; }
a { background-color: rgb(193,237,207); }
div.DivClassName
{
background-color: #C1EDCF;
}
.BgClassName
{
background-color: #C1EDCF;
}
</style>
border-color css
<style>
span { border-color: #C1EDCF; }
span { border-color: rgb(193,237,207); }
td.TdClassName
{
border-color: #C1EDCF;
}
.TagClassName
{
border-color: #C1EDCF;
}
</style>