#E9D2DE

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

Shades of Classic Rose #E9D2DE

Tints of Classic Rose #E9D2DE

Color information

#E9D2DE (or 0xE9D2DE) is unknown color: approx Classic Rose. HEX triplet: E9, D2 and DE. RGB value is (233,210,222). Sum of RGB (Red+Green+Blue) = 233+210+222=665 (88% of max value = 765). Red value is 233 (91.41% from 255 or 35.04% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2DE is #162D21. Grayscale: #DADADA. Windows color (decimal): -1453346 or 14602985. OLE color: 14602985.

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

Color convert

RGB233210222-
CMYK00.100.050.09
HSL328.7º34.33%86.86%-
HSV(B)328.7º9.87%91.37%-
XYZ69.8468.6978.69-
YUV218.24130.12138.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.04%
GREEN value IS 210 (82.42% from 255) = 31.58%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=35.04%
G=31.58%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321022200.100.050.09328.734.3386.86
HexE9D2DE0A591492257
Octal35132233601251151142127
Binary1110100111010010110111100101010110011010010011000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D2DE; }

 p { color: rgb(233,210,222); }

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

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

 a { background-color: rgb(233,210,222); }

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

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

 span { border-color: rgb(233,210,222); }

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