Html Css Color HEX #E2DBDD Pale Rose

📋 copy color: '#E2DBDD'

red 226 ◦ green 219 ◦ blue 221

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

Shades of Pale Rose #E2DBDD

Tints of Pale Rose #E2DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.88%

 BLUE value IS 221 (86.72% from 255) = 33.18%

R = 33.93%
G = 32.88%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2DBDD (or 0xE2DBDD) is known color: Pale Rose. HEX triplet: E2, DB and DD. RGB value is (226,219,221). Sum of RGB (Red+Green+Blue) = 226+219+221=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBDD is #1D2422. Grayscale: #DDDDDD. Windows color (decimal): -1909795 or 14539746. OLE color: 14539746.

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

Color convert

RGB 226 219 221 -
CMYK 0 0.03 0.02 0.11
HSL 342.86º 0.11% 0.87% -
HSV(B) 342.86º 0.03% 0.89% -
XYZ 69.75 72.05 78.64 -
YUV 221.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 226 219 221 0 0.03 0.02 0.11 342.86 0.11 0.87
Hex E2 DB DD 0 3 2 B 157 B 57
Octal 342 333 335 0 3 2 13 527 13 127
Binary 11100010 11011011 11011101 0 11 10 1011 101010111 1011 1010111

Color Harmonies of #E2DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBDD

Black with #E2DBDD

Text Example


Text Example

White with #E2DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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