Shades of Granny Apple #C6DDCC
Tints of Granny Apple #C6DDCC
RGB
CMYK
RGB Variations
Color information
#C6DDCC (or 0xC6DDCC) is known color: Granny Apple. HEX triplet: C6, DD and CC. RGB value is (198,221,204). Sum of RGB (Red+Green+Blue) = 198+221+204=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDCC is #392233. Grayscale: #D4D4D4. Windows color (decimal): -3744308 or 13426118. OLE color: 13426118.
HSL color Cylindrical-coordinate representation of color #C6DDCC: hue angle of 135.65º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DDCC is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 204 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.13 |
| HSL | 135.65º | 0.25% | 0.82% | - |
| HSV(B) | 135.65º | 0.1% | 0.87% | - |
| XYZ | 60.04 | 68.08 | 67.1 | - |
| YUV | 212.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 204 | 0.10 | 0 | 0.08 | 0.13 | 135.65 | 0.25 | 0.82 |
| Hex | C6 | DD | CC | A | 0 | 8 | D | 88 | 19 | 52 |
| Octal | 306 | 335 | 314 | 12 | 0 | 10 | 15 | 210 | 31 | 122 |
| Binary | 11000110 | 11011101 | 11001100 | 1010 | 0 | 1000 | 1101 | 10001000 | 11001 | 1010010 |
Color Harmonies of #C6DDCC
Complementary color
Monochromatic Colors of #C6DDCC
Black with #C6DDCC
Text Example
Text Example
White with #C6DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDCC; }
p { color: rgb(198,221,204); }
H1.HeaderClassName
{
color: #C6DDCC;
}
.AnyTagClassName
{
color: #C6DDCC;
}
</style>
background-color css
<style>
a { background-color: #C6DDCC; }
a { background-color: rgb(198,221,204); }
div.DivClassName
{
background-color: #C6DDCC;
}
.BgClassName
{
background-color: #C6DDCC;
}
</style>
border-color css
<style>
span { border-color: #C6DDCC; }
span { border-color: rgb(198,221,204); }
td.TdClassName
{
border-color: #C6DDCC;
}
.TagClassName
{
border-color: #C6DDCC;
}
</style>