#D2E7BF

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

Shades of Tea Green #D2E7BF

Tints of Tea Green #D2E7BF

Color information

#D2E7BF (or 0xD2E7BF) is unknown color: approx Tea Green. HEX triplet: D2, E7 and BF. RGB value is (210,231,191). Sum of RGB (Red+Green+Blue) = 210+231+191=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7BF is #2D1840. Grayscale: #DCDCDC. Windows color (decimal): -2955329 or 12576722. OLE color: 12576722.

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

Color convert

RGB210231191-
CMYK0.0900.170.09
HSL91.5º45.45%82.75%-
HSV(B)91.5º17.32%90.59%-
XYZ64.5674.6260.29-
YUV220.16111.54120.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.23%
GREEN value IS 231 (90.62% from 255) = 36.55%
BLUE value IS 191 (75% from 255) = 30.22%
R=33.23%
G=36.55%
B=30.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102311910.0900.170.0991.545.4582.75
HexD2E7BF901195c2d53
Octal322347277110211113455123
Binary1101001011100111101111111001010001100110111001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7BF; }

 p { color: rgb(210,231,191); }

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

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

 a { background-color: rgb(210,231,191); }

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

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

 span { border-color: rgb(210,231,191); }

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