Html Css Color HEX #D2EEC5 Tea Green

📋 copy color: '#D2EEC5'

red 210 ◦ green 238 ◦ blue 197

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

Shades of Tea Green #D2EEC5

Tints of Tea Green #D2EEC5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.9%

 BLUE value IS 197 (77.34% from 255) = 30.54%

R = 32.56%
G = 36.9%
B = 30.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#D2EEC5 (or 0xD2EEC5) is known color: Tea Green. HEX triplet: D2, EE and C5. RGB value is (210,238,197). Sum of RGB (Red+Green+Blue) = 210+238+197=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EEC5 is #2D113A. Grayscale: #E1E1E1. Windows color (decimal): -2953531 or 12971730. OLE color: 12971730.

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

Color convert

RGB 210 238 197 -
CMYK 0.12 0 0.17 0.07
HSL 100.98º 0.55% 0.85% -
HSV(B) 100.98º 0.17% 0.93% -
XYZ 67.23 78.88 64.51 -
YUV 224.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 210 238 197 0.12 0 0.17 0.07 100.98 0.55 0.85
Hex D2 EE C5 C 0 11 7 65 37 55
Octal 322 356 305 14 0 21 7 145 67 125
Binary 11010010 11101110 11000101 1100 0 10001 111 1100101 110111 1010101

Color Harmonies of #D2EEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EEC5

Black with #D2EEC5

Text Example


Text Example

White with #D2EEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EEC5; }

 p { color: rgb(210,238,197); }

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

background-color css

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

 a { background-color: rgb(210,238,197); }

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

border-color css

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

 span { border-color: rgb(210,238,197); }

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