#E8D0DF

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

Shades of Classic Rose #E8D0DF

Tints of Classic Rose #E8D0DF

Color information

#E8D0DF (or 0xE8D0DF) is unknown color: approx Classic Rose. HEX triplet: E8, D0 and DF. RGB value is (232,208,223). Sum of RGB (Red+Green+Blue) = 232+208+223=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D0DF is #172F20. Grayscale: #D8D8D8. Windows color (decimal): -1519393 or 14668008. OLE color: 14668008.

HSL color Cylindrical-coordinate representation of color #E8D0DF: hue angle of 322.5º degrees, saturation: 0.34, 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 #E8D0DF is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232208223-
CMYK00.100.040.09
HSL322.5º34.29%86.27%-
HSV(B)322.5º10.34%90.98%-
XYZ69.1567.679.21-
YUV216.89131.45138.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.99%
GREEN value IS 208 (81.64% from 255) = 31.37%
BLUE value IS 223 (87.5% from 255) = 33.63%
R=34.99%
G=31.37%
B=33.63%

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
Decimal23220822300.100.040.09322.534.2986.27
HexE8D0DF0A491422256
Octal35032033701241150242126
Binary1110100011010000110111110101010010011010000101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D0DF; }

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

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

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

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

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

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

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

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