Html Css Color HEX #D0ECC1 Tea Green

📋 copy color: '#D0ECC1'

red 208 ◦ green 236 ◦ blue 193

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

Shades of Tea Green #D0ECC1

Tints of Tea Green #D0ECC1

RGB

 RED value IS 208 (81.64% from 255) = 32.65%

 GREEN value IS 236 (92.58% from 255) = 37.05%

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

R = 32.65%
G = 37.05%
B = 30.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#D0ECC1 (or 0xD0ECC1) is known color: Tea Green. HEX triplet: D0, EC and C1. RGB value is (208,236,193). Sum of RGB (Red+Green+Blue) = 208+236+193=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECC1 is #2F133E. Grayscale: #DEDEDE. Windows color (decimal): -3085119 or 12709072. OLE color: 12709072.

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

Color convert

RGB 208 236 193 -
CMYK 0.12 0 0.18 0.07
HSL 99.07º 0.53% 0.84% -
HSV(B) 99.07º 0.18% 0.93% -
XYZ 65.63 77.25 61.9 -
YUV 222.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 208 236 193 0.12 0 0.18 0.07 99.07 0.53 0.84
Hex D0 EC C1 C 0 12 7 63 35 54
Octal 320 354 301 14 0 22 7 143 65 124
Binary 11010000 11101100 11000001 1100 0 10010 111 1100011 110101 1010100

Color Harmonies of #D0ECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECC1

Black with #D0ECC1

Text Example


Text Example

White with #D0ECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECC1; }

 p { color: rgb(208,236,193); }

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

background-color css

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

 a { background-color: rgb(208,236,193); }

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

border-color css

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

 span { border-color: rgb(208,236,193); }

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