Html Css Color HEX #D2EBC1 Tea Green

📋 copy color: '#D2EBC1'

red 210 ◦ green 235 ◦ blue 193

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

Shades of Tea Green #D2EBC1

Tints of Tea Green #D2EBC1

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

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

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

RGB 210 235 193 -
CMYK 0.11 0 0.18 0.08
HSL 95.71º 0.51% 0.84% -
HSV(B) 95.71º 0.18% 0.92% -
XYZ 65.91 76.97 61.83 -
YUV 222.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 210 235 193 0.11 0 0.18 0.08 95.71 0.51 0.84
Hex D2 EB C1 B 0 12 8 60 33 54
Octal 322 353 301 13 0 22 10 140 63 124
Binary 11010010 11101011 11000001 1011 0 10010 1000 1100000 110011 1010100

Color Harmonies of #D2EBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBC1

Black with #D2EBC1

Text Example


Text Example

White with #D2EBC1

Text Example


Text Example

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