Html Css Color HEX #D2EDC3 Tea Green

📋 copy color: '#D2EDC3'

red 210 ◦ green 237 ◦ blue 195

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

Shades of Tea Green #D2EDC3

Tints of Tea Green #D2EDC3

RGB

 RED value IS 210 (82.42% from 255) = 32.71%

 GREEN value IS 237 (92.97% from 255) = 36.92%

 BLUE value IS 195 (76.56% from 255) = 30.37%

R = 32.71%
G = 36.92%
B = 30.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#D2EDC3 (or 0xD2EDC3) is known color: Tea Green. HEX triplet: D2, ED and C3. RGB value is (210,237,195). Sum of RGB (Red+Green+Blue) = 210+237+195=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDC3 is #2D123C. Grayscale: #E0E0E0. Windows color (decimal): -2953789 or 12840402. OLE color: 12840402.

HSL color Cylindrical-coordinate representation of color #D2EDC3: hue angle of 98.57º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2EDC3 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 237 195 -
CMYK 0.11 0 0.18 0.07
HSL 98.57º 0.54% 0.85% -
HSV(B) 98.57º 0.18% 0.93% -
XYZ 66.71 78.21 63.21 -
YUV 224.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 210 237 195 0.11 0 0.18 0.07 98.57 0.54 0.85
Hex D2 ED C3 B 0 12 7 63 36 55
Octal 322 355 303 13 0 22 7 143 66 125
Binary 11010010 11101101 11000011 1011 0 10010 111 1100011 110110 1010101

Color Harmonies of #D2EDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDC3

Black with #D2EDC3

Text Example


Text Example

White with #D2EDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDC3; }

 p { color: rgb(210,237,195); }

 H1.HeaderClassName
 {
   color: #D2EDC3;
 }
 .AnyTagClassName
 {
   color: #D2EDC3;
 }
</style>

background-color css

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

 a { background-color: rgb(210,237,195); }

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

border-color css

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

 span { border-color: rgb(210,237,195); }

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