Html Css Color HEX #D7EDD6 Tara

📋 copy color: '#D7EDD6'

red 215 ◦ green 237 ◦ blue 214

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

Shades of Tara #D7EDD6

Tints of Tara #D7EDD6

RGB

 RED value IS 215 (84.38% from 255) = 32.28%

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

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

R = 32.28%
G = 35.59%
B = 32.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#D7EDD6 (or 0xD7EDD6) is known color: Tara. HEX triplet: D7, ED and D6. RGB value is (215,237,214). Sum of RGB (Red+Green+Blue) = 215+237+214=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #D7EDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EDD6 is #281229. Grayscale: #E3E3E3. Windows color (decimal): -2626090 or 14085591. OLE color: 14085591.

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

Color convert

RGB 215 237 214 -
CMYK 0.09 0 0.10 0.07
HSL 117.39º 0.39% 0.88% -
HSV(B) 117.39º 0.1% 0.93% -
XYZ 70.45 79.87 75.32 -
YUV 227.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 215 237 214 0.09 0 0.10 0.07 117.39 0.39 0.88
Hex D7 ED D6 9 0 A 7 75 27 58
Octal 327 355 326 11 0 12 7 165 47 130
Binary 11010111 11101101 11010110 1001 0 1010 111 1110101 100111 1011000

Color Harmonies of #D7EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EDD6

Black with #D7EDD6

Text Example


Text Example

White with #D7EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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