Shades of Granny Apple #C2DBCC
Tints of Granny Apple #C2DBCC
RGB
CMYK
RGB Variations
Color information
#C2DBCC (or 0xC2DBCC) is known color: Granny Apple. HEX triplet: C2, DB and CC. RGB value is (194,219,204). Sum of RGB (Red+Green+Blue) = 194+219+204=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBCC is #3D2433. Grayscale: #D1D1D1. Windows color (decimal): -4006964 or 13425602. OLE color: 13425602.
HSL color Cylindrical-coordinate representation of color #C2DBCC: hue angle of 144º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DBCC is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 219 | 204 | - |
CMYK | 0.11 | 0 | 0.07 | 0.14 |
HSL | 144º | 0.26% | 0.81% | - |
HSV(B) | 144º | 0.11% | 0.86% | - |
XYZ | 58.48 | 66.49 | 66.88 | - |
YUV | 209.82 | 124.72 | 116.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 219 | 204 | 0.11 | 0 | 0.07 | 0.14 | 144 | 0.26 | 0.81 |
Hex | C2 | DB | CC | B | 0 | 7 | E | 90 | 1A | 51 |
Octal | 302 | 333 | 314 | 13 | 0 | 7 | 16 | 220 | 32 | 121 |
Binary | 11000010 | 11011011 | 11001100 | 1011 | 0 | 111 | 1110 | 10010000 | 11010 | 1010001 |
Color Harmonies of #C2DBCC
Complementary color
Monochromatic Colors of #C2DBCC
Black with #C2DBCC
Text Example
Text Example
White with #C2DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBCC; }
p { color: rgb(194,219,204); }
H1.HeaderClassName
{
color: #C2DBCC;
}
.AnyTagClassName
{
color: #C2DBCC;
}
</style>
background-color css
<style>
a { background-color: #C2DBCC; }
a { background-color: rgb(194,219,204); }
div.DivClassName
{
background-color: #C2DBCC;
}
.BgClassName
{
background-color: #C2DBCC;
}
</style>
border-color css
<style>
span { border-color: #C2DBCC; }
span { border-color: rgb(194,219,204); }
td.TdClassName
{
border-color: #C2DBCC;
}
.TagClassName
{
border-color: #C2DBCC;
}
</style>