Html Css Color HEX #E5DDDF Pale Rose

📋 copy color: '#E5DDDF'

red 229 ◦ green 221 ◦ blue 223

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

Shades of Pale Rose #E5DDDF

Tints of Pale Rose #E5DDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.14%

R = 34.03%
G = 32.84%
B = 33.14%

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

#E5DDDF (or 0xE5DDDF) is known color: Pale Rose. HEX triplet: E5, DD and DF. RGB value is (229,221,223). Sum of RGB (Red+Green+Blue) = 229+221+223=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDDF is #1A2220. Grayscale: #DFDFDF. Windows color (decimal): -1712673 or 14671333. OLE color: 14671333.

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

Color convert

RGB 229 221 223 -
CMYK 0 0.03 0.03 0.10
HSL 345º 0.13% 0.88% -
HSV(B) 345º 0.03% 0.9% -
XYZ 71.49 73.7 80.27 -
YUV 223.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 229 221 223 0 0.03 0.03 0.10 345 0.13 0.88
Hex E5 DD DF 0 3 3 A 159 D 58
Octal 345 335 337 0 3 3 12 531 15 130
Binary 11100101 11011101 11011111 0 11 11 1010 101011001 1101 1011000

Color Harmonies of #E5DDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDDF

Black with #E5DDDF

Text Example


Text Example

White with #E5DDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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