Html Css Color HEX #D3EBC0 Tea Green

📋 copy color: '#D3EBC0'

red 211 ◦ green 235 ◦ blue 192

#D3EBC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #D3EBC0

Tints of Tea Green #D3EBC0

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 value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#D3EBC0 (or 0xD3EBC0) is known color: 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

RGB 211 235 192 -
CMYK 0.10 0 0.18 0.08
HSL 93.49º 0.52% 0.84% -
HSV(B) 93.49º 0.18% 0.92% -
XYZ 66.09 77.07 61.26 -
YUV 222.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 211 235 192 0.10 0 0.18 0.08 93.49 0.52 0.84
Hex D3 EB C0 A 0 12 8 5D 34 54
Octal 323 353 300 12 0 22 10 135 64 124
Binary 11010011 11101011 11000000 1010 0 10010 1000 1011101 110100 1010100

Color Harmonies of #D3EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EBC0

Black with #D3EBC0

Text Example


Text Example

White with #D3EBC0

Text Example


Text Example

HTML Codes & Css Web 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>