#C2DECD

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

Shades of Granny Apple #C2DECD

Tints of Granny Apple #C2DECD

Color information

#C2DECD (or 0xC2DECD) is unknown color: approx Granny Apple. HEX triplet: C2, DE and CD. RGB value is (194,222,205). Sum of RGB (Red+Green+Blue) = 194+222+205=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DECD is #3D2132. Grayscale: #D3D3D3. Windows color (decimal): -4006195 or 13491906. OLE color: 13491906.

HSL color Cylindrical-coordinate representation of color #C2DECD: hue angle of 143.57º degrees, saturation: 0.3, 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 #C2DECD is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB194222205-
CMYK0.1300.080.13
HSL143.57º29.79%81.57%-
HSV(B)143.57º12.61%87.06%-
XYZ59.3968.1267.78-
YUV211.69124.22115.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.24%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=31.24%
G=35.75%
B=33.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942222050.1300.080.13143.5729.7981.57
HexC2DECDD08D901e52
Octal302336315150101522036122
Binary110000101101111011001101110101000110110010000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DECD; }

 p { color: rgb(194,222,205); }

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

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

 a { background-color: rgb(194,222,205); }

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

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

 span { border-color: rgb(194,222,205); }

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