#EEDCE8

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

Shades of Classic Rose #EEDCE8

Tints of Classic Rose #EEDCE8

Color information

#EEDCE8 (or 0xEEDCE8) is unknown color: approx Classic Rose. HEX triplet: EE, DC and E8. RGB value is (238,220,232). Sum of RGB (Red+Green+Blue) = 238+220+232=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCE8 is #112317. Grayscale: #E2E2E2. Windows color (decimal): -1123096 or 15260910. OLE color: 15260910.

HSL color Cylindrical-coordinate representation of color #EEDCE8: hue angle of 320º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDCE8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238220232-
CMYK00.080.030.07
HSL320º34.62%89.8%-
HSV(B)320º7.56%93.33%-
XYZ75.4275.1986.88-
YUV226.75130.96136.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 220 (86.33% from 255) = 31.88%
BLUE value IS 232 (91.02% from 255) = 33.62%
R=34.49%
G=31.88%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822023200.080.030.0732034.6289.8
HexEEDCE80837140235a
Octal3563343500103750043132
Binary11101110110111001110100001000111111010000001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCE8; }

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

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

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

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

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

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

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

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