Html Css Color HEX #D6EDD5 Tara

📋 copy color: '#D6EDD5'

red 214 ◦ green 237 ◦ blue 213

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

Shades of Tara #D6EDD5

Tints of Tara #D6EDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.08%

R = 32.23%
G = 35.69%
B = 32.08%

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

#D6EDD5 (or 0xD6EDD5) is known color: Tara. HEX triplet: D6, ED and D5. RGB value is (214,237,213). Sum of RGB (Red+Green+Blue) = 214+237+213=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDD5 is #29122A. Grayscale: #E3E3E3. Windows color (decimal): -2691627 or 14020054. OLE color: 14020054.

HSL color Cylindrical-coordinate representation of color #D6EDD5: hue angle of 117.5º degrees, saturation: 0.4, 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 #D6EDD5 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 213 -
CMYK 0.10 0 0.10 0.07
HSL 117.5º 0.4% 0.88% -
HSV(B) 117.5º 0.1% 0.93% -
XYZ 70.03 79.67 74.64 -
YUV 227.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 214 237 213 0.10 0 0.10 0.07 117.5 0.4 0.88
Hex D6 ED D5 A 0 A 7 76 28 58
Octal 326 355 325 12 0 12 7 166 50 130
Binary 11010110 11101101 11010101 1010 0 1010 111 1110110 101000 1011000

Color Harmonies of #D6EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDD5

Black with #D6EDD5

Text Example


Text Example

White with #D6EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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