#E8DADC

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

Shades of Pale Rose #E8DADC

Tints of Pale Rose #E8DADC

Color information

#E8DADC (or 0xE8DADC) is unknown color: approx Pale Rose. HEX triplet: E8, DA and DC. RGB value is (232,218,220). Sum of RGB (Red+Green+Blue) = 232+218+220=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DADC is #172523. Grayscale: #DEDEDE. Windows color (decimal): -1516836 or 14473960. OLE color: 14473960.

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

Color convert

RGB232218220-
CMYK00.060.050.09
HSL351.43º23.33%88.24%-
HSV(B)351.43º6.03%90.98%-
XYZ71.2772.4777.94-
YUV222.41126.64134.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.63%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=34.63%
G=32.54%
B=32.84%

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
Decimal23221822000.060.050.09351.4323.3388.24
HexE8DADC065915f1758
Octal3503323340651153727130
Binary11101000110110101101110001101011001101011111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DADC; }

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

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

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

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

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

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

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

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