Html Css Color HEX #E5D9DC Pale Rose

📋 copy color: '#E5D9DC'

red 229 ◦ green 217 ◦ blue 220

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

Shades of Pale Rose #E5D9DC

Tints of Pale Rose #E5D9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.58%

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

R = 34.38%
G = 32.58%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E5D9DC (or 0xE5D9DC) is known color: Pale Rose. HEX triplet: E5, D9 and DC. RGB value is (229,217,220). Sum of RGB (Red+Green+Blue) = 229+217+220=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9DC is #1A2623. Grayscale: #DCDCDC. Windows color (decimal): -1713700 or 14473701. OLE color: 14473701.

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

Color convert

RGB 229 217 220 -
CMYK 0 0.05 0.04 0.10
HSL 345º 0.19% 0.87% -
HSV(B) 345º 0.05% 0.9% -
XYZ 70.04 71.45 77.81 -
YUV 220.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 229 217 220 0 0.05 0.04 0.10 345 0.19 0.87
Hex E5 D9 DC 0 5 4 A 159 13 57
Octal 345 331 334 0 5 4 12 531 23 127
Binary 11100101 11011001 11011100 0 101 100 1010 101011001 10011 1010111

Color Harmonies of #E5D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D9DC

Black with #E5D9DC

Text Example


Text Example

White with #E5D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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