#E2DBDC

Color #E2DBDC Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #E2DBDC

Tints of Pale Rose #E2DBDC

Color information

#E2DBDC (or 0xE2DBDC) is unknown color: approx Pale Rose. HEX triplet: E2, DB and DC. RGB value is (226,219,220). Sum of RGB (Red+Green+Blue) = 226+219+220=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBDC is #1D2423. Grayscale: #DDDDDD. Windows color (decimal): -1909796 or 14474210. OLE color: 14474210.

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

Color convert

RGB226219220-
CMYK00.030.030.11
HSL351.43º10.77%87.25%-
HSV(B)351.43º3.1%88.63%-
XYZ69.617277.94-
YUV221.21127.32131.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 219 (85.94% from 255) = 32.93%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=33.98%
G=32.93%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621922000.030.030.11351.4310.7787.25
HexE2DBDC033B15fb57
Octal3423333340331353713127
Binary11100010110110111101110001111101110101111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBDC; }

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

 H1.HeaderClassName
 {
   color: #E2DBDC;
 }
 .AnyTagClassName
 {
   color: #E2DBDC;
 }
</style>
background-color css

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

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

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

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

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

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