#EEDAE7

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

Shades of Classic Rose #EEDAE7

Tints of Classic Rose #EEDAE7

Color information

#EEDAE7 (or 0xEEDAE7) is unknown color: approx Classic Rose. HEX triplet: EE, DA and E7. RGB value is (238,218,231). Sum of RGB (Red+Green+Blue) = 238+218+231=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAE7 is #112518. Grayscale: #E1E1E1. Windows color (decimal): -1123609 or 15194862. OLE color: 15194862.

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

Color convert

RGB238218231-
CMYK00.080.030.07
HSL321º37.04%89.41%-
HSV(B)321º8.4%93.33%-
XYZ74.7674.0985.96-
YUV225.46131.13136.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 231 (90.62% from 255) = 33.62%
R=34.64%
G=31.73%
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
Decimal23821823100.080.030.0732137.0489.41
HexEEDAE708371412559
Octal3563323470103750145131
Binary11101110110110101110011101000111111010000011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAE7; }

 p { color: rgb(238,218,231); }

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

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

 a { background-color: rgb(238,218,231); }

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

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

 span { border-color: rgb(238,218,231); }

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