#E8DBDE

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

Shades of Pale Rose #E8DBDE

Tints of Pale Rose #E8DBDE

Color information

#E8DBDE (or 0xE8DBDE) is unknown color: approx Pale Rose. HEX triplet: E8, DB and DE. RGB value is (232,219,222). Sum of RGB (Red+Green+Blue) = 232+219+222=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBDE is #172421. Grayscale: #DFDFDF. Windows color (decimal): -1516578 or 14605288. OLE color: 14605288.

HSL color Cylindrical-coordinate representation of color #E8DBDE: hue angle of 346.15º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8DBDE is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232219222-
CMYK00.060.040.09
HSL346.15º22.03%88.43%-
HSV(B)346.15º5.6%90.98%-
XYZ71.873.0979.43-
YUV223.23127.31134.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.47%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 222 (87.11% from 255) = 32.99%
R=34.47%
G=32.54%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221922200.060.040.09346.1522.0388.43
HexE8DBDE064915a1658
Octal3503333360641153226130
Binary11101000110110111101111001101001001101011010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DBDE; }

 p { color: rgb(232,219,222); }

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

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

 a { background-color: rgb(232,219,222); }

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

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

 span { border-color: rgb(232,219,222); }

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