#EEDBE8

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

Shades of Classic Rose #EEDBE8

Tints of Classic Rose #EEDBE8

Color information

#EEDBE8 (or 0xEEDBE8) is unknown color: approx Classic Rose. HEX triplet: EE, DB and E8. RGB value is (238,219,232). Sum of RGB (Red+Green+Blue) = 238+219+232=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBE8 is #112417. Grayscale: #E2E2E2. Windows color (decimal): -1123352 or 15260654. OLE color: 15260654.

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

Color convert

RGB238219232-
CMYK00.080.030.07
HSL318.95º35.85%89.61%-
HSV(B)318.95º7.98%93.33%-
XYZ75.1674.6786.79-
YUV226.16131.29136.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 232 (91.02% from 255) = 33.67%
R=34.54%
G=31.79%
B=33.67%

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
Decimal23821923200.080.030.07318.9535.8589.61
HexEEDBE8083713f245a
Octal3563333500103747744132
Binary11101110110110111110100001000111111001111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBE8; }

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

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

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

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

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

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

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

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