#C2DACB

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

Shades of Granny Apple #C2DACB

Tints of Granny Apple #C2DACB

Color information

#C2DACB (or 0xC2DACB) is unknown color: approx Granny Apple. HEX triplet: C2, DA and CB. RGB value is (194,218,203). Sum of RGB (Red+Green+Blue) = 194+218+203=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DACB is #3D2534. Grayscale: #D1D1D1. Windows color (decimal): -4007221 or 13359810. OLE color: 13359810.

HSL color Cylindrical-coordinate representation of color #C2DACB: hue angle of 142.5º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DACB is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB194218203-
CMYK0.1100.070.15
HSL142.5º24.49%80.78%-
HSV(B)142.5º11.01%85.49%-
XYZ58.165.9266.16-
YUV209.11124.55117.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.54%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=31.54%
G=35.45%
B=33.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942182030.1100.070.15142.524.4980.78
HexC2DACBB07F8e1851
Octal30233231313071721630121
Binary11000010110110101100101110110111111110001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DACB; }

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

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

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

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

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

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

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

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