Html Css Color HEX #D5EBD4 Tara

📋 copy color: '#D5EBD4'

red 213 ◦ green 235 ◦ blue 212

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

Shades of Tara #D5EBD4

Tints of Tara #D5EBD4

RGB

 RED value IS 213 (83.59% from 255) = 32.27%

 GREEN value IS 235 (92.19% from 255) = 35.61%

 BLUE value IS 212 (83.2% from 255) = 32.12%

R = 32.27%
G = 35.61%
B = 32.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#D5EBD4 (or 0xD5EBD4) is known color: Tara. HEX triplet: D5, EB and D4. RGB value is (213,235,212). Sum of RGB (Red+Green+Blue) = 213+235+212=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBD4 is #2A142B. Grayscale: #E1E1E1. Windows color (decimal): -2757676 or 13954005. OLE color: 13954005.

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

Color convert

RGB 213 235 212 -
CMYK 0.09 0 0.10 0.08
HSL 117.39º 0.37% 0.88% -
HSV(B) 117.39º 0.1% 0.92% -
XYZ 69.03 78.32 73.77 -
YUV 225.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 213 235 212 0.09 0 0.10 0.08 117.39 0.37 0.88
Hex D5 EB D4 9 0 A 8 75 25 58
Octal 325 353 324 11 0 12 10 165 45 130
Binary 11010101 11101011 11010100 1001 0 1010 1000 1110101 100101 1011000

Color Harmonies of #D5EBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBD4

Black with #D5EBD4

Text Example


Text Example

White with #D5EBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBD4; }

 p { color: rgb(213,235,212); }

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

background-color css

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

 a { background-color: rgb(213,235,212); }

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

border-color css

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

 span { border-color: rgb(213,235,212); }

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