Html Css Color HEX #D6EDD6 Tara

📋 copy color: '#D6EDD6'

red 214 ◦ green 237 ◦ blue 214

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

Shades of Tara #D6EDD6

Tints of Tara #D6EDD6

RGB

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

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

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

R = 32.18%
G = 35.64%
B = 32.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#D6EDD6 (or 0xD6EDD6) is known color: Tara. HEX triplet: D6, ED and D6. RGB value is (214,237,214). Sum of RGB (Red+Green+Blue) = 214+237+214=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDD6 is #291229. Grayscale: #E3E3E3. Windows color (decimal): -2691626 or 14085590. OLE color: 14085590.

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

Color convert

RGB 214 237 214 -
CMYK 0.10 0 0.10 0.07
HSL 120º 0.39% 0.88% -
HSV(B) 120º 0.1% 0.93% -
XYZ 70.15 79.72 75.31 -
YUV 227.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 214 237 214 0.10 0 0.10 0.07 120 0.39 0.88
Hex D6 ED D6 A 0 A 7 78 27 58
Octal 326 355 326 12 0 12 7 170 47 130
Binary 11010110 11101101 11010110 1010 0 1010 111 1111000 100111 1011000

Color Harmonies of #D6EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDD6

Black with #D6EDD6

Text Example


Text Example

White with #D6EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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