#EEB9DB

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

Shades of Classic Rose #EEB9DB

Tints of Classic Rose #EEB9DB

Color information

#EEB9DB (or 0xEEB9DB) is unknown color: approx Classic Rose. HEX triplet: EE, B9 and DB. RGB value is (238,185,219). Sum of RGB (Red+Green+Blue) = 238+185+219=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9DB is #114624. Grayscale: #CCCCCC. Windows color (decimal): -1132069 or 14399982. OLE color: 14399982.

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

Color convert

RGB238185219-
CMYK00.220.080.07
HSL321.51º60.92%82.94%-
HSV(B)321.51º22.27%93.33%-
XYZ65.457.9974.76-
YUV204.72136.06151.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 185 (72.66% from 255) = 28.82%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=37.07%
G=28.82%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818521900.220.080.07321.5160.9282.94
HexEEB9DB016871423d53
Octal35627133302610750275123
Binary11101110101110011101101101011010001111010000101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9DB; }

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

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

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

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

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

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

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

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