#E4DBDC

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

Shades of Pale Rose #E4DBDC

Tints of Pale Rose #E4DBDC

Color information

#E4DBDC (or 0xE4DBDC) is unknown color: approx Pale Rose. HEX triplet: E4, DB and DC. RGB value is (228,219,220). Sum of RGB (Red+Green+Blue) = 228+219+220=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DBDC is #1B2423. Grayscale: #DDDDDD. Windows color (decimal): -1778724 or 14474212. OLE color: 14474212.

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

Color convert

RGB228219220-
CMYK00.040.040.11
HSL353.33º14.29%87.65%-
HSV(B)353.33º3.95%89.41%-
XYZ70.2472.3277.97-
YUV221.8126.98132.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.18%
GREEN value IS 219 (85.94% from 255) = 32.83%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=34.18%
G=32.83%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821922000.040.040.11353.3314.2987.65
HexE4DBDC044B161e58
Octal3443333340441354116130
Binary1110010011011011110111000100100101110110000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DBDC; }

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

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

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

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

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

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

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

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