#E8DADD

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

Shades of Pale Rose #E8DADD

Tints of Pale Rose #E8DADD

Color information

#E8DADD (or 0xE8DADD) is unknown color: approx Pale Rose. HEX triplet: E8, DA and DD. RGB value is (232,218,221). Sum of RGB (Red+Green+Blue) = 232+218+221=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DADD is #172522. Grayscale: #DEDEDE. Windows color (decimal): -1516835 or 14539496. OLE color: 14539496.

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

Color convert

RGB232218221-
CMYK00.060.050.09
HSL347.14º23.33%88.24%-
HSV(B)347.14º6.03%90.98%-
XYZ71.472.5278.64-
YUV222.53127.14134.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.58%
GREEN value IS 218 (85.55% from 255) = 32.49%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=34.58%
G=32.49%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221822100.060.050.09347.1423.3388.24
HexE8DADD065915b1758
Octal3503323350651153327130
Binary11101000110110101101110101101011001101011011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DADD; }

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

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

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

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

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

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

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

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