Shades of Granny Apple #C1DDCA
Tints of Granny Apple #C1DDCA
RGB
CMYK
RGB Variations
Color information
#C1DDCA (or 0xC1DDCA) is known color: Granny Apple. HEX triplet: C1, DD and CA. RGB value is (193,221,202). Sum of RGB (Red+Green+Blue) = 193+221+202=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDCA is #3E2235. Grayscale: #D2D2D2. Windows color (decimal): -4071990 or 13295041. OLE color: 13295041.
HSL color Cylindrical-coordinate representation of color #C1DDCA: hue angle of 139.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DDCA is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 202 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.13 |
| HSL | 139.29º | 0.29% | 0.81% | - |
| HSV(B) | 139.29º | 0.13% | 0.87% | - |
| XYZ | 58.51 | 67.31 | 65.79 | - |
| YUV | 210.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 202 | 0.13 | 0 | 0.09 | 0.13 | 139.29 | 0.29 | 0.81 |
| Hex | C1 | DD | CA | D | 0 | 9 | D | 8B | 1D | 51 |
| Octal | 301 | 335 | 312 | 15 | 0 | 11 | 15 | 213 | 35 | 121 |
| Binary | 11000001 | 11011101 | 11001010 | 1101 | 0 | 1001 | 1101 | 10001011 | 11101 | 1010001 |
Color Harmonies of #C1DDCA
Complementary color
Monochromatic Colors of #C1DDCA
Black with #C1DDCA
Text Example
Text Example
White with #C1DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDCA; }
p { color: rgb(193,221,202); }
H1.HeaderClassName
{
color: #C1DDCA;
}
.AnyTagClassName
{
color: #C1DDCA;
}
</style>
background-color css
<style>
a { background-color: #C1DDCA; }
a { background-color: rgb(193,221,202); }
div.DivClassName
{
background-color: #C1DDCA;
}
.BgClassName
{
background-color: #C1DDCA;
}
</style>
border-color css
<style>
span { border-color: #C1DDCA; }
span { border-color: rgb(193,221,202); }
td.TdClassName
{
border-color: #C1DDCA;
}
.TagClassName
{
border-color: #C1DDCA;
}
</style>