Html Css Color HEX #D6ECD6 Tara

📋 copy color: '#D6ECD6'

red 214 ◦ green 236 ◦ blue 214

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

Shades of Tara #D6ECD6

Tints of Tara #D6ECD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.23%

R = 32.23%
G = 35.54%
B = 32.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#D6ECD6 (or 0xD6ECD6) is known color: Tara. HEX triplet: D6, EC and D6. RGB value is (214,236,214). Sum of RGB (Red+Green+Blue) = 214+236+214=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECD6 is #291329. Grayscale: #E2E2E2. Windows color (decimal): -2691882 or 14085334. OLE color: 14085334.

HSL color Cylindrical-coordinate representation of color #D6ECD6: hue angle of 120º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6ECD6 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 236 214 -
CMYK 0.09 0 0.09 0.07
HSL 120º 0.37% 0.88% -
HSV(B) 120º 0.09% 0.93% -
XYZ 69.86 79.14 75.21 -
YUV 226.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 214 236 214 0.09 0 0.09 0.07 120 0.37 0.88
Hex D6 EC D6 9 0 9 7 78 25 58
Octal 326 354 326 11 0 11 7 170 45 130
Binary 11010110 11101100 11010110 1001 0 1001 111 1111000 100101 1011000

Color Harmonies of #D6ECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECD6

Black with #D6ECD6

Text Example


Text Example

White with #D6ECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECD6; }

 p { color: rgb(214,236,214); }

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

background-color css

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

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

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

border-color css

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

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

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