#C4DDCB

Color #C4DDCB Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C4DDCB

Tints of Granny Apple #C4DDCB

Color information

#C4DDCB (or 0xC4DDCB) is unknown color: approx Granny Apple. HEX triplet: C4, DD and CB. RGB value is (196,221,203). Sum of RGB (Red+Green+Blue) = 196+221+203=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDCB is #3B2234. Grayscale: #D3D3D3. Windows color (decimal): -3875381 or 13360580. OLE color: 13360580.

HSL color Cylindrical-coordinate representation of color #C4DDCB: hue angle of 136.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DDCB is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB196221203-
CMYK0.1100.080.13
HSL136.8º26.88%81.76%-
HSV(B)136.8º11.31%86.67%-
XYZ59.467.7666.45-
YUV211.47123.22116.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 31.61%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=31.61%
G=35.65%
B=32.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962212030.1100.080.13136.826.8881.76
HexC4DDCBB08D891b52
Octal304335313130101521133122
Binary110001001101110111001011101101000110110001001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DDCB; }

 p { color: rgb(196,221,203); }

 H1.HeaderClassName
 {
   color: #C4DDCB;
 }
 .AnyTagClassName
 {
   color: #C4DDCB;
 }
</style>
background-color css

<style>
 a { background-color: #C4DDCB; }

 a { background-color: rgb(196,221,203); }

 div.DivClassName
 {
   background-color: #C4DDCB;
 }
 .BgClassName
 {
   background-color: #C4DDCB;
 }
</style>
border-color css

<style>
 span { border-color: #C4DDCB; }

 span { border-color: rgb(196,221,203); }

 td.TdClassName
 {
   border-color: #C4DDCB;
 }
 .TagClassName
 {
   border-color: #C4DDCB;
 }
</style>