#E8D1DE

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

Shades of Classic Rose #E8D1DE

Tints of Classic Rose #E8D1DE

Color information

#E8D1DE (or 0xE8D1DE) is unknown color: approx Classic Rose. HEX triplet: E8, D1 and DE. RGB value is (232,209,222). Sum of RGB (Red+Green+Blue) = 232+209+222=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D1DE is #172E21. Grayscale: #D9D9D9. Windows color (decimal): -1519138 or 14602728. OLE color: 14602728.

HSL color Cylindrical-coordinate representation of color #E8D1DE: hue angle of 326.09º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D1DE is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232209222-
CMYK00.100.040.09
HSL326.09º33.33%86.47%-
HSV(B)326.09º9.91%90.98%-
XYZ69.2668.0378.59-
YUV217.36130.62138.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.99%
GREEN value IS 209 (82.03% from 255) = 31.52%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=34.99%
G=31.52%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220922200.100.040.09326.0933.3386.47
HexE8D1DE0A491462156
Octal35032133601241150641126
Binary1110100011010001110111100101010010011010001101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D1DE; }

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

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

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

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

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

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

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

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