#D3EBC0

Color #D3EBC0 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #D3EBC0

Tints of Tea Green #D3EBC0

Color information

#D3EBC0 (or 0xD3EBC0) is unknown color: approx Tea Green. HEX triplet: D3, EB and C0. RGB value is (211,235,192). Sum of RGB (Red+Green+Blue) = 211+235+192=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBC0 is #2C143F. Grayscale: #DFDFDF. Windows color (decimal): -2888768 or 12643283. OLE color: 12643283.

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

Color convert

RGB211235192-
CMYK0.1000.180.08
HSL93.49º51.81%83.73%-
HSV(B)93.49º18.3%92.16%-
XYZ66.0977.0761.26-
YUV222.92110.55119.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.07%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=33.07%
G=36.83%
B=30.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112351920.1000.180.0893.4951.8183.73
HexD3EBC0A01285d3454
Octal323353300120221013564124
Binary1101001111101011110000001010010010100010111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EBC0; }

 p { color: rgb(211,235,192); }

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

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

 a { background-color: rgb(211,235,192); }

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

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

 span { border-color: rgb(211,235,192); }

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