#C2DFCB

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

Shades of Granny Apple #C2DFCB

Tints of Granny Apple #C2DFCB

Color information

#C2DFCB (or 0xC2DFCB) is unknown color: approx Granny Apple. HEX triplet: C2, DF and CB. RGB value is (194,223,203). Sum of RGB (Red+Green+Blue) = 194+223+203=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFCB is #3D2034. Grayscale: #D4D4D4. Windows color (decimal): -4005941 or 13361090. OLE color: 13361090.

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

Color convert

RGB194223203-
CMYK0.1300.090.13
HSL138.62º31.18%81.76%-
HSV(B)138.62º13%87.45%-
XYZ59.4268.5666.6-
YUV212.05122.89115.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.29%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=31.29%
G=35.97%
B=32.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942232030.1300.090.13138.6231.1881.76
HexC2DFCBD09D8b1f52
Octal302337313150111521337122
Binary110000101101111111001011110101001110110001011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DFCB; }

 p { color: rgb(194,223,203); }

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

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

 a { background-color: rgb(194,223,203); }

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

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

 span { border-color: rgb(194,223,203); }

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