Html Css Color HEX #E5D5DB Prim

📋 copy color: '#E5D5DB'

red 229 ◦ green 213 ◦ blue 219

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

Shades of Prim #E5D5DB

Tints of Prim #E5D5DB

RGB

 RED value IS 229 (89.84% from 255) = 34.64%

 GREEN value IS 213 (83.59% from 255) = 32.22%

 BLUE value IS 219 (85.94% from 255) = 33.13%

R = 34.64%
G = 32.22%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E5D5DB (or 0xE5D5DB) is known color: Prim. HEX triplet: E5, D5 and DB. RGB value is (229,213,219). Sum of RGB (Red+Green+Blue) = 229+213+219=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D5DB is #1A2A24. Grayscale: #DADADA. Windows color (decimal): -1714725 or 14407141. OLE color: 14407141.

HSL color Cylindrical-coordinate representation of color #E5D5DB: hue angle of 337.5º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5D5DB is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 213 219 -
CMYK 0 0.07 0.04 0.10
HSL 337.5º 0.24% 0.87% -
HSV(B) 337.5º 0.07% 0.9% -
XYZ 68.89 69.36 76.77 -
YUV 218.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 229 213 219 0 0.07 0.04 0.10 337.5 0.24 0.87
Hex E5 D5 DB 0 7 4 A 152 18 57
Octal 345 325 333 0 7 4 12 522 30 127
Binary 11100101 11010101 11011011 0 111 100 1010 101010010 11000 1010111

Color Harmonies of #E5D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D5DB

Black with #E5D5DB

Text Example


Text Example

White with #E5D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D5DB; }

 p { color: rgb(229,213,219); }

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

background-color css

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

 a { background-color: rgb(229,213,219); }

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

border-color css

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

 span { border-color: rgb(229,213,219); }

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