Html Css Color HEX #E1D1D2 Pale Rose

📋 copy color: '#E1D1D2'

red 225 ◦ green 209 ◦ blue 210

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

Shades of Pale Rose #E1D1D2

Tints of Pale Rose #E1D1D2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.45%

 BLUE value IS 210 (82.42% from 255) = 32.61%

R = 34.94%
G = 32.45%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E1D1D2 (or 0xE1D1D2) is known color: Pale Rose. HEX triplet: E1, D1 and D2. RGB value is (225,209,210). Sum of RGB (Red+Green+Blue) = 225+209+210=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 209 (82.03% from 255 or 32.45% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D1D2 is #1E2E2D. Grayscale: #D5D5D5. Windows color (decimal): -1977902 or 13816289. OLE color: 13816289.

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

Color convert

RGB 225 209 210 -
CMYK 0 0.07 0.07 0.12
HSL 356.25º 0.21% 0.85% -
HSV(B) 356.25º 0.07% 0.88% -
XYZ 65.48 66.26 70.31 -
YUV 213.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 225 209 210 0 0.07 0.07 0.12 356.25 0.21 0.85
Hex E1 D1 D2 0 7 7 C 164 15 55
Octal 341 321 322 0 7 7 14 544 25 125
Binary 11100001 11010001 11010010 0 111 111 1100 101100100 10101 1010101

Color Harmonies of #E1D1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D1D2

Black with #E1D1D2

Text Example


Text Example

White with #E1D1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D1D2; }

 p { color: rgb(225,209,210); }

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

background-color css

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

 a { background-color: rgb(225,209,210); }

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

border-color css

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

 span { border-color: rgb(225,209,210); }

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