Html Css Color HEX #E5DEE0 Pale Rose

📋 copy color: '#E5DEE0'

red 229 ◦ green 222 ◦ blue 224

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

Shades of Pale Rose #E5DEE0

Tints of Pale Rose #E5DEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.89%

 BLUE value IS 224 (87.89% from 255) = 33.19%

R = 33.93%
G = 32.89%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E5DEE0 (or 0xE5DEE0) is known color: Pale Rose. HEX triplet: E5, DE and E0. RGB value is (229,222,224). Sum of RGB (Red+Green+Blue) = 229+222+224=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEE0 is #1A211F. Grayscale: #E0E0E0. Windows color (decimal): -1712416 or 14737125. OLE color: 14737125.

HSL color Cylindrical-coordinate representation of color #E5DEE0: hue angle of 342.86º degrees, saturation: 0.12, 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 #E5DEE0 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 222 224 -
CMYK 0 0.03 0.02 0.10
HSL 342.86º 0.12% 0.88% -
HSV(B) 342.86º 0.03% 0.9% -
XYZ 71.89 74.28 81.07 -
YUV 224.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 229 222 224 0 0.03 0.02 0.10 342.86 0.12 0.88
Hex E5 DE E0 0 3 2 A 157 C 58
Octal 345 336 340 0 3 2 12 527 14 130
Binary 11100101 11011110 11100000 0 11 10 1010 101010111 1100 1011000

Color Harmonies of #E5DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEE0

Black with #E5DEE0

Text Example


Text Example

White with #E5DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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