#D2EBC1

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

Shades of Tea Green #D2EBC1

Tints of Tea Green #D2EBC1

Color information

#D2EBC1 (or 0xD2EBC1) is unknown color: approx Tea Green. HEX triplet: D2, EB and C1. RGB value is (210,235,193). Sum of RGB (Red+Green+Blue) = 210+235+193=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBC1 is #2D143E. Grayscale: #DEDEDE. Windows color (decimal): -2954303 or 12708818. OLE color: 12708818.

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

Color convert

RGB210235193-
CMYK0.1100.180.08
HSL95.71º51.22%83.92%-
HSV(B)95.71º17.87%92.16%-
XYZ65.9176.9761.83-
YUV222.74111.22118.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.92%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 193 (75.78% from 255) = 30.25%
R=32.92%
G=36.83%
B=30.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351930.1100.180.0895.7151.2283.92
HexD2EBC1B0128603354
Octal322353301130221014063124
Binary1101001011101011110000011011010010100011000001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBC1; }

 p { color: rgb(210,235,193); }

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

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

 a { background-color: rgb(210,235,193); }

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

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

 span { border-color: rgb(210,235,193); }

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