#C3EBCD

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

Shades of Granny Apple #C3EBCD

Tints of Granny Apple #C3EBCD

Color information

#C3EBCD (or 0xC3EBCD) is unknown color: approx Granny Apple. HEX triplet: C3, EB and CD. RGB value is (195,235,205). Sum of RGB (Red+Green+Blue) = 195+235+205=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #C3EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EBCD is #3C1432. Grayscale: #DBDBDB. Windows color (decimal): -3937331 or 13495235. OLE color: 13495235.

HSL color Cylindrical-coordinate representation of color #C3EBCD: hue angle of 135º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3EBCD is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB195235205-
CMYK0.1700.130.08
HSL135º50%84.31%-
HSV(B)135º17.02%92.16%-
XYZ63.2375.4368.98-
YUV219.62119.75110.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.71%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=30.71%
G=37.01%
B=32.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952352050.1700.130.081355084.31
HexC3EBCD110D8873254
Octal303353315210151020762124
Binary11000011111010111100110110001011011000100001111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EBCD; }

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

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

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

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

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

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

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

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