Html Css Color HEX #D6EDC1 Tea Green

📋 copy color: '#D6EDC1'

red 214 ◦ green 237 ◦ blue 193

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

Shades of Tea Green #D6EDC1

Tints of Tea Green #D6EDC1

RGB

 RED value IS 214 (83.98% from 255) = 33.23%

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

 BLUE value IS 193 (75.78% from 255) = 29.97%

R = 33.23%
G = 36.8%
B = 29.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#D6EDC1 (or 0xD6EDC1) is known color: Tea Green. HEX triplet: D6, ED and C1. RGB value is (214,237,193). Sum of RGB (Red+Green+Blue) = 214+237+193=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDC1 is #29123E. Grayscale: #E1E1E1. Windows color (decimal): -2691647 or 12709334. OLE color: 12709334.

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

Color convert

RGB 214 237 193 -
CMYK 0.10 0 0.19 0.07
HSL 91.36º 0.55% 0.84% -
HSV(B) 91.36º 0.19% 0.93% -
XYZ 67.64 78.71 62.08 -
YUV 225.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 214 237 193 0.10 0 0.19 0.07 91.36 0.55 0.84
Hex D6 ED C1 A 0 13 7 5B 37 54
Octal 326 355 301 12 0 23 7 133 67 124
Binary 11010110 11101101 11000001 1010 0 10011 111 1011011 110111 1010100

Color Harmonies of #D6EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDC1

Black with #D6EDC1

Text Example


Text Example

White with #D6EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDC1; }

 p { color: rgb(214,237,193); }

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

background-color css

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

 a { background-color: rgb(214,237,193); }

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

border-color css

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

 span { border-color: rgb(214,237,193); }

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