#D2E8BD

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

Shades of Tea Green #D2E8BD

Tints of Tea Green #D2E8BD

Color information

#D2E8BD (or 0xD2E8BD) is unknown color: approx Tea Green. HEX triplet: D2, E8 and BD. RGB value is (210,232,189). Sum of RGB (Red+Green+Blue) = 210+232+189=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E8BD is #2D1742. Grayscale: #DCDCDC. Windows color (decimal): -2955075 or 12445906. OLE color: 12445906.

HSL color Cylindrical-coordinate representation of color #D2E8BD: hue angle of 90.7º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2E8BD is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB210232189-
CMYK0.0900.190.09
HSL90.7º48.31%82.55%-
HSV(B)90.7º18.53%90.98%-
XYZ64.6275.0959.23-
YUV220.52110.21120.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.28%
GREEN value IS 232 (91.02% from 255) = 36.77%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=33.28%
G=36.77%
B=29.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102321890.0900.190.0990.748.3182.55
HexD2E8BD901395b3053
Octal322350275110231113360123
Binary1101001011101000101111011001010011100110110111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E8BD; }

 p { color: rgb(210,232,189); }

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

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

 a { background-color: rgb(210,232,189); }

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

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

 span { border-color: rgb(210,232,189); }

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