Html Css Color HEX #E5D4DC Prim

📋 copy color: '#E5D4DC'

red 229 ◦ green 212 ◦ blue 220

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

Shades of Prim #E5D4DC

Tints of Prim #E5D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.07%

 BLUE value IS 220 (86.33% from 255) = 33.28%

R = 34.64%
G = 32.07%
B = 33.28%

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

#E5D4DC (or 0xE5D4DC) is known color: Prim. HEX triplet: E5, D4 and DC. RGB value is (229,212,220). Sum of RGB (Red+Green+Blue) = 229+212+220=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 212 (83.20% from 255 or 32.07% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D4DC is #1A2B23. Grayscale: #D9D9D9. Windows color (decimal): -1714980 or 14472421. OLE color: 14472421.

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

Color convert

RGB 229 212 220 -
CMYK 0 0.07 0.04 0.10
HSL 331.76º 0.25% 0.86% -
HSV(B) 331.76º 0.07% 0.9% -
XYZ 68.77 68.91 77.39 -
YUV 218 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 229 212 220 0 0.07 0.04 0.10 331.76 0.25 0.86
Hex E5 D4 DC 0 7 4 A 14C 19 56
Octal 345 324 334 0 7 4 12 514 31 126
Binary 11100101 11010100 11011100 0 111 100 1010 101001100 11001 1010110

Color Harmonies of #E5D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D4DC

Black with #E5D4DC

Text Example


Text Example

White with #E5D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D4DC; }

 p { color: rgb(229,212,220); }

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

background-color css

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

 a { background-color: rgb(229,212,220); }

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

border-color css

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

 span { border-color: rgb(229,212,220); }

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