#E8DCE4

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

Shades of Classic Rose #E8DCE4

Tints of Classic Rose #E8DCE4

Color information

#E8DCE4 (or 0xE8DCE4) is unknown color: approx Classic Rose. HEX triplet: E8, DC and E4. RGB value is (232,220,228). Sum of RGB (Red+Green+Blue) = 232+220+228=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCE4 is #17231B. Grayscale: #E0E0E0. Windows color (decimal): -1516316 or 14998760. OLE color: 14998760.

HSL color Cylindrical-coordinate representation of color #E8DCE4: hue angle of 320º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8DCE4 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB232220228-
CMYK00.050.020.09
HSL320º20.69%88.63%-
HSV(B)320º5.17%90.98%-
XYZ72.8873.9483.83-
YUV224.5129.98133.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.12%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 228 (89.45% from 255) = 33.53%
R=34.12%
G=32.35%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222022800.050.020.0932020.6988.63
HexE8DCE405291401559
Octal3503343440521150025131
Binary1110100011011100111001000101101001101000000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCE4; }

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

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

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

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

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

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

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

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