Html Css Color HEX #E2DDDE Pale Rose

📋 copy color: '#E2DDDE'

red 226 ◦ green 221 ◦ blue 222

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

Shades of Pale Rose #E2DDDE

Tints of Pale Rose #E2DDDE

RGB

 RED value IS 226 (88.67% from 255) = 33.78%

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

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

R = 33.78%
G = 33.03%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2DDDE (or 0xE2DDDE) is known color: Pale Rose. HEX triplet: E2, DD and DE. RGB value is (226,221,222). Sum of RGB (Red+Green+Blue) = 226+221+222=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDDE is #1D2221. Grayscale: #DEDEDE. Windows color (decimal): -1909282 or 14605794. OLE color: 14605794.

HSL color Cylindrical-coordinate representation of color #E2DDDE: hue angle of 348º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2DDDE is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 221 222 -
CMYK 0 0.02 0.02 0.11
HSL 348º 0.08% 0.88% -
HSV(B) 348º 0.02% 0.89% -
XYZ 70.41 73.16 79.52 -
YUV 222.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 226 221 222 0 0.02 0.02 0.11 348 0.08 0.88
Hex E2 DD DE 0 2 2 B 15C 8 58
Octal 342 335 336 0 2 2 13 534 10 130
Binary 11100010 11011101 11011110 0 10 10 1011 101011100 1000 1011000

Color Harmonies of #E2DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DDDE

Black with #E2DDDE

Text Example


Text Example

White with #E2DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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