#EEDAE8

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

Shades of Classic Rose #EEDAE8

Tints of Classic Rose #EEDAE8

Color information

#EEDAE8 (or 0xEEDAE8) is unknown color: approx Classic Rose. HEX triplet: EE, DA and E8. RGB value is (238,218,232). Sum of RGB (Red+Green+Blue) = 238+218+232=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAE8 is #112517. Grayscale: #E1E1E1. Windows color (decimal): -1123608 or 15260398. OLE color: 15260398.

HSL color Cylindrical-coordinate representation of color #EEDAE8: hue angle of 318º 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 #EEDAE8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238218232-
CMYK00.080.030.07
HSL318º37.04%89.41%-
HSV(B)318º8.4%93.33%-
XYZ74.974.1586.71-
YUV225.58131.63136.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 232 (91.02% from 255) = 33.72%
R=34.59%
G=31.69%
B=33.72%

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
Decimal23821823200.080.030.0731837.0489.41
HexEEDAE8083713e2559
Octal3563323500103747645131
Binary11101110110110101110100001000111111001111101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAE8; }

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

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

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

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

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

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

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

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