Html Css Color HEX #D6EAD6 Tara

📋 copy color: '#D6EAD6'

red 214 ◦ green 234 ◦ blue 214

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

Shades of Tara #D6EAD6

Tints of Tara #D6EAD6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.35%

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

R = 32.33%
G = 35.35%
B = 32.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#D6EAD6 (or 0xD6EAD6) is known color: Tara. HEX triplet: D6, EA and D6. RGB value is (214,234,214). Sum of RGB (Red+Green+Blue) = 214+234+214=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EAD6 is #291529. Grayscale: #E1E1E1. Windows color (decimal): -2692394 or 14084822. OLE color: 14084822.

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

Color convert

RGB 214 234 214 -
CMYK 0.09 0 0.09 0.08
HSL 120º 0.32% 0.88% -
HSV(B) 120º 0.09% 0.92% -
XYZ 69.29 78 75.02 -
YUV 225.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 214 234 214 0.09 0 0.09 0.08 120 0.32 0.88
Hex D6 EA D6 9 0 9 8 78 20 58
Octal 326 352 326 11 0 11 10 170 40 130
Binary 11010110 11101010 11010110 1001 0 1001 1000 1111000 100000 1011000

Color Harmonies of #D6EAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAD6

Black with #D6EAD6

Text Example


Text Example

White with #D6EAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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