Html Css Color HEX #E5DDDE Pale Rose

📋 copy color: '#E5DDDE'

red 229 ◦ green 221 ◦ blue 222

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

Shades of Pale Rose #E5DDDE

Tints of Pale Rose #E5DDDE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.89%

 BLUE value IS 222 (87.11% from 255) = 33.04%

R = 34.08%
G = 32.89%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E5DDDE (or 0xE5DDDE) is known color: Pale Rose. HEX triplet: E5, DD and DE. RGB value is (229,221,222). Sum of RGB (Red+Green+Blue) = 229+221+222=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDDE is #1A2221. Grayscale: #DFDFDF. Windows color (decimal): -1712674 or 14605797. OLE color: 14605797.

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

Color convert

RGB 229 221 222 -
CMYK 0 0.03 0.03 0.10
HSL 352.5º 0.13% 0.88% -
HSV(B) 352.5º 0.03% 0.9% -
XYZ 71.35 73.64 79.56 -
YUV 223.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 229 221 222 0 0.03 0.03 0.10 352.5 0.13 0.88
Hex E5 DD DE 0 3 3 A 160 D 58
Octal 345 335 336 0 3 3 12 540 15 130
Binary 11100101 11011101 11011110 0 11 11 1010 101100000 1101 1011000

Color Harmonies of #E5DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDDE

Black with #E5DDDE

Text Example


Text Example

White with #E5DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDDE; }

 p { color: rgb(229,221,222); }

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

background-color css

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

 a { background-color: rgb(229,221,222); }

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

border-color css

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

 span { border-color: rgb(229,221,222); }

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