#C3DECD

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

Shades of Granny Apple #C3DECD

Tints of Granny Apple #C3DECD

Color information

#C3DECD (or 0xC3DECD) is unknown color: approx Granny Apple. HEX triplet: C3, DE and CD. RGB value is (195,222,205). Sum of RGB (Red+Green+Blue) = 195+222+205=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DECD is #3C2132. Grayscale: #D4D4D4. Windows color (decimal): -3940659 or 13491907. OLE color: 13491907.

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

Color convert

RGB195222205-
CMYK0.1200.080.13
HSL142.22º29.03%81.76%-
HSV(B)142.22º12.16%87.06%-
XYZ59.6568.2567.79-
YUV211.99124.05115.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.35%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=31.35%
G=35.69%
B=32.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952222050.1200.080.13142.2229.0381.76
HexC3DECDC08D8e1d52
Octal303336315140101521635122
Binary110000111101111011001101110001000110110001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DECD; }

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

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

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

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

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

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

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

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