Html Css Color HEX #E1D9DA Pale Rose

📋 copy color: '#E1D9DA'

red 225 ◦ green 217 ◦ blue 218

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

Shades of Pale Rose #E1D9DA

Tints of Pale Rose #E1D9DA

RGB

 RED value IS 225 (88.28% from 255) = 34.09%

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

 BLUE value IS 218 (85.55% from 255) = 33.03%

R = 34.09%
G = 32.88%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1D9DA (or 0xE1D9DA) is known color: Pale Rose. HEX triplet: E1, D9 and DA. RGB value is (225,217,218). Sum of RGB (Red+Green+Blue) = 225+217+218=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9DA is #1E2625. Grayscale: #DBDBDB. Windows color (decimal): -1975846 or 14342625. OLE color: 14342625.

HSL color Cylindrical-coordinate representation of color #E1D9DA: hue angle of 352.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1D9DA is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 218 -
CMYK 0 0.04 0.03 0.12
HSL 352.5º 0.12% 0.87% -
HSV(B) 352.5º 0.04% 0.88% -
XYZ 68.52 70.7 76.36 -
YUV 219.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 225 217 218 0 0.04 0.03 0.12 352.5 0.12 0.87
Hex E1 D9 DA 0 4 3 C 160 C 57
Octal 341 331 332 0 4 3 14 540 14 127
Binary 11100001 11011001 11011010 0 100 11 1100 101100000 1100 1010111

Color Harmonies of #E1D9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D9DA

Black with #E1D9DA

Text Example


Text Example

White with #E1D9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D9DA; }

 p { color: rgb(225,217,218); }

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

background-color css

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

 a { background-color: rgb(225,217,218); }

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

border-color css

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

 span { border-color: rgb(225,217,218); }

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