Shades of Granny Apple #C2DCCC
Tints of Granny Apple #C2DCCC
RGB
CMYK
RGB Variations
Color information
#C2DCCC (or 0xC2DCCC) is known color: Granny Apple. HEX triplet: C2, DC and CC. RGB value is (194,220,204). Sum of RGB (Red+Green+Blue) = 194+220+204=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCCC is #3D2333. Grayscale: #D2D2D2. Windows color (decimal): -4006708 or 13425858. OLE color: 13425858.
HSL color Cylindrical-coordinate representation of color #C2DCCC: hue angle of 143.08º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DCCC is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 220 | 204 | - |
CMYK | 0.12 | 0 | 0.07 | 0.14 |
HSL | 143.08º | 0.27% | 0.81% | - |
HSV(B) | 143.08º | 0.12% | 0.86% | - |
XYZ | 58.74 | 67.02 | 66.97 | - |
YUV | 210.4 | 124.39 | 116.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 220 | 204 | 0.12 | 0 | 0.07 | 0.14 | 143.08 | 0.27 | 0.81 |
Hex | C2 | DC | CC | C | 0 | 7 | E | 8F | 1B | 51 |
Octal | 302 | 334 | 314 | 14 | 0 | 7 | 16 | 217 | 33 | 121 |
Binary | 11000010 | 11011100 | 11001100 | 1100 | 0 | 111 | 1110 | 10001111 | 11011 | 1010001 |
Color Harmonies of #C2DCCC
Complementary color
Monochromatic Colors of #C2DCCC
Black with #C2DCCC
Text Example
Text Example
White with #C2DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCCC; }
p { color: rgb(194,220,204); }
H1.HeaderClassName
{
color: #C2DCCC;
}
.AnyTagClassName
{
color: #C2DCCC;
}
</style>
background-color css
<style>
a { background-color: #C2DCCC; }
a { background-color: rgb(194,220,204); }
div.DivClassName
{
background-color: #C2DCCC;
}
.BgClassName
{
background-color: #C2DCCC;
}
</style>
border-color css
<style>
span { border-color: #C2DCCC; }
span { border-color: rgb(194,220,204); }
td.TdClassName
{
border-color: #C2DCCC;
}
.TagClassName
{
border-color: #C2DCCC;
}
</style>