Shades of Granny Apple #C1DFCC
Tints of Granny Apple #C1DFCC
RGB
CMYK
RGB Variations
Color information
#C1DFCC (or 0xC1DFCC) is known color: Granny Apple. HEX triplet: C1, DF and CC. RGB value is (193,223,204). Sum of RGB (Red+Green+Blue) = 193+223+204=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DFCC is #3E2033. Grayscale: #D3D3D3. Windows color (decimal): -4071476 or 13426625. OLE color: 13426625.
HSL color Cylindrical-coordinate representation of color #C1DFCC: hue angle of 142º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DFCC is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 204 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.13 |
| HSL | 142º | 0.32% | 0.82% | - |
| HSV(B) | 142º | 0.13% | 0.87% | - |
| XYZ | 59.28 | 68.47 | 67.22 | - |
| YUV | 211.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 204 | 0.13 | 0 | 0.09 | 0.13 | 142 | 0.32 | 0.82 |
| Hex | C1 | DF | CC | D | 0 | 9 | D | 8E | 20 | 52 |
| Octal | 301 | 337 | 314 | 15 | 0 | 11 | 15 | 216 | 40 | 122 |
| Binary | 11000001 | 11011111 | 11001100 | 1101 | 0 | 1001 | 1101 | 10001110 | 100000 | 1010010 |
Color Harmonies of #C1DFCC
Complementary color
Monochromatic Colors of #C1DFCC
Black with #C1DFCC
Text Example
Text Example
White with #C1DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DFCC; }
p { color: rgb(193,223,204); }
H1.HeaderClassName
{
color: #C1DFCC;
}
.AnyTagClassName
{
color: #C1DFCC;
}
</style>
background-color css
<style>
a { background-color: #C1DFCC; }
a { background-color: rgb(193,223,204); }
div.DivClassName
{
background-color: #C1DFCC;
}
.BgClassName
{
background-color: #C1DFCC;
}
</style>
border-color css
<style>
span { border-color: #C1DFCC; }
span { border-color: rgb(193,223,204); }
td.TdClassName
{
border-color: #C1DFCC;
}
.TagClassName
{
border-color: #C1DFCC;
}
</style>