#C4EBD0

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

Shades of Granny Apple #C4EBD0

Tints of Granny Apple #C4EBD0

Color information

#C4EBD0 (or 0xC4EBD0) is unknown color: approx Granny Apple. HEX triplet: C4, EB and D0. RGB value is (196,235,208). Sum of RGB (Red+Green+Blue) = 196+235+208=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #C4EBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EBD0 is #3B142F. Grayscale: #DCDCDC. Windows color (decimal): -3871792 or 13691844. OLE color: 13691844.

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

Color convert

RGB196235208-
CMYK0.1700.110.08
HSL138.46º49.37%84.51%-
HSV(B)138.46º16.6%92.16%-
XYZ63.8675.7170.92-
YUV220.26121.08110.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.67%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 208 (81.64% from 255) = 32.55%
R=30.67%
G=36.78%
B=32.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962352080.1700.110.08138.4649.3784.51
HexC4EBD0110B88a3155
Octal304353320210131021261125
Binary11000100111010111101000010001010111000100010101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EBD0; }

 p { color: rgb(196,235,208); }

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

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

 a { background-color: rgb(196,235,208); }

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

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

 span { border-color: rgb(196,235,208); }

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