Html Css Color HEX #D6EED6 Tara

📋 copy color: '#D6EED6'

red 214 ◦ green 238 ◦ blue 214

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

Shades of Tara #D6EED6

Tints of Tara #D6EED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.74%

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

R = 32.13%
G = 35.74%
B = 32.13%

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

#D6EED6 (or 0xD6EED6) is known color: Tara. HEX triplet: D6, EE and D6. RGB value is (214,238,214). Sum of RGB (Red+Green+Blue) = 214+238+214=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EED6 is #291129. Grayscale: #E4E4E4. Windows color (decimal): -2691370 or 14085846. OLE color: 14085846.

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

Color convert

RGB 214 238 214 -
CMYK 0.10 0 0.10 0.07
HSL 120º 0.41% 0.89% -
HSV(B) 120º 0.1% 0.93% -
XYZ 70.44 80.3 75.41 -
YUV 228.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 214 238 214 0.10 0 0.10 0.07 120 0.41 0.89
Hex D6 EE D6 A 0 A 7 78 29 59
Octal 326 356 326 12 0 12 7 170 51 131
Binary 11010110 11101110 11010110 1010 0 1010 111 1111000 101001 1011001

Color Harmonies of #D6EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EED6

Black with #D6EED6

Text Example


Text Example

White with #D6EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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