Html Css Color HEX #D6ECD5 Tara

📋 copy color: '#D6ECD5'

red 214 ◦ green 236 ◦ blue 213

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

Shades of Tara #D6ECD5

Tints of Tara #D6ECD5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.6%

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

R = 32.28%
G = 35.6%
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

#D6ECD5 (or 0xD6ECD5) is known color: Tara. HEX triplet: D6, EC and D5. RGB value is (214,236,213). Sum of RGB (Red+Green+Blue) = 214+236+213=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECD5 is #29132A. Grayscale: #E2E2E2. Windows color (decimal): -2691883 or 14019798. OLE color: 14019798.

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

Color convert

RGB 214 236 213 -
CMYK 0.09 0 0.10 0.07
HSL 117.39º 0.38% 0.88% -
HSV(B) 117.39º 0.1% 0.93% -
XYZ 69.74 79.09 74.54 -
YUV 226.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 214 236 213 0.09 0 0.10 0.07 117.39 0.38 0.88
Hex D6 EC D5 9 0 A 7 75 26 58
Octal 326 354 325 11 0 12 7 165 46 130
Binary 11010110 11101100 11010101 1001 0 1010 111 1110101 100110 1011000

Color Harmonies of #D6ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECD5

Black with #D6ECD5

Text Example


Text Example

White with #D6ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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