Shades of Granny Apple #C3DDCB
Tints of Granny Apple #C3DDCB
RGB
CMYK
RGB Variations
Color information
#C3DDCB (or 0xC3DDCB) is known color: Granny Apple. HEX triplet: C3, DD and CB. RGB value is (195,221,203). Sum of RGB (Red+Green+Blue) = 195+221+203=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDCB is #3C2234. Grayscale: #D3D3D3. Windows color (decimal): -3940917 or 13360579. OLE color: 13360579.
HSL color Cylindrical-coordinate representation of color #C3DDCB: hue angle of 138.46º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DDCB is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 203 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.13 |
| HSL | 138.46º | 0.28% | 0.82% | - |
| HSV(B) | 138.46º | 0.12% | 0.87% | - |
| XYZ | 59.14 | 67.63 | 66.44 | - |
| YUV | 211.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 203 | 0.12 | 0 | 0.08 | 0.13 | 138.46 | 0.28 | 0.82 |
| Hex | C3 | DD | CB | C | 0 | 8 | D | 8A | 1C | 52 |
| Octal | 303 | 335 | 313 | 14 | 0 | 10 | 15 | 212 | 34 | 122 |
| Binary | 11000011 | 11011101 | 11001011 | 1100 | 0 | 1000 | 1101 | 10001010 | 11100 | 1010010 |
Color Harmonies of #C3DDCB
Complementary color
Monochromatic Colors of #C3DDCB
Black with #C3DDCB
Text Example
Text Example
White with #C3DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDCB; }
p { color: rgb(195,221,203); }
H1.HeaderClassName
{
color: #C3DDCB;
}
.AnyTagClassName
{
color: #C3DDCB;
}
</style>
background-color css
<style>
a { background-color: #C3DDCB; }
a { background-color: rgb(195,221,203); }
div.DivClassName
{
background-color: #C3DDCB;
}
.BgClassName
{
background-color: #C3DDCB;
}
</style>
border-color css
<style>
span { border-color: #C3DDCB; }
span { border-color: rgb(195,221,203); }
td.TdClassName
{
border-color: #C3DDCB;
}
.TagClassName
{
border-color: #C3DDCB;
}
</style>