#E8DADE

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

Shades of Pale Rose #E8DADE

Tints of Pale Rose #E8DADE

Color information

#E8DADE (or 0xE8DADE) is unknown color: approx Pale Rose. HEX triplet: E8, DA and DE. RGB value is (232,218,222). Sum of RGB (Red+Green+Blue) = 232+218+222=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DADE is #172521. Grayscale: #DEDEDE. Windows color (decimal): -1516834 or 14605032. OLE color: 14605032.

HSL color Cylindrical-coordinate representation of color #E8DADE: hue angle of 342.86º degrees, saturation: 0.23, 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 #E8DADE is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232218222-
CMYK00.060.040.09
HSL342.86º23.33%88.24%-
HSV(B)342.86º6.03%90.98%-
XYZ71.5372.5779.34-
YUV222.64127.64134.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.52%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 222 (87.11% from 255) = 33.04%
R=34.52%
G=32.44%
B=33.04%

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
Decimal23221822200.060.040.09342.8623.3388.24
HexE8DADE06491571758
Octal3503323360641152727130
Binary11101000110110101101111001101001001101010111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DADE; }

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

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

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

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

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

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

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

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