#E8DFE5

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

Shades of Classic Rose #E8DFE5

Tints of Classic Rose #E8DFE5

Color information

#E8DFE5 (or 0xE8DFE5) is unknown color: approx Classic Rose. HEX triplet: E8, DF and E5. RGB value is (232,223,229). Sum of RGB (Red+Green+Blue) = 232+223+229=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFE5 is #17201A. Grayscale: #E2E2E2. Windows color (decimal): -1515547 or 15065064. OLE color: 15065064.

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

Color convert

RGB232223229-
CMYK00.040.010.09
HSL320º16.36%89.22%-
HSV(B)320º3.88%90.98%-
XYZ73.8175.5984.83-
YUV226.37129.48132.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.92%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 229 (89.84% from 255) = 33.48%
R=33.92%
G=32.60%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222322900.040.010.0932016.3689.22
HexE8DFE504191401059
Octal3503373450411150020131
Binary111010001101111111100101010011001101000000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DFE5; }

 p { color: rgb(232,223,229); }

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

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

 a { background-color: rgb(232,223,229); }

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

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

 span { border-color: rgb(232,223,229); }

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