Html Css Color HEX #E5DCDE Pale Rose

📋 copy color: '#E5DCDE'

red 229 ◦ green 220 ◦ blue 222

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

Shades of Pale Rose #E5DCDE

Tints of Pale Rose #E5DCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.79%

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

R = 34.13%
G = 32.79%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E5DCDE (or 0xE5DCDE) is known color: Pale Rose. HEX triplet: E5, DC and DE. RGB value is (229,220,222). Sum of RGB (Red+Green+Blue) = 229+220+222=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCDE is #1A2321. Grayscale: #DEDEDE. Windows color (decimal): -1712930 or 14605541. OLE color: 14605541.

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

Color convert

RGB 229 220 222 -
CMYK 0 0.04 0.03 0.10
HSL 346.67º 0.15% 0.88% -
HSV(B) 346.67º 0.04% 0.9% -
XYZ 71.09 73.12 79.47 -
YUV 222.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 229 220 222 0 0.04 0.03 0.10 346.67 0.15 0.88
Hex E5 DC DE 0 4 3 A 15B F 58
Octal 345 334 336 0 4 3 12 533 17 130
Binary 11100101 11011100 11011110 0 100 11 1010 101011011 1111 1011000

Color Harmonies of #E5DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCDE

Black with #E5DCDE

Text Example


Text Example

White with #E5DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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