#EEBBDB

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

Shades of Classic Rose #EEBBDB

Tints of Classic Rose #EEBBDB

Color information

#EEBBDB (or 0xEEBBDB) is unknown color: approx Classic Rose. HEX triplet: EE, BB and DB. RGB value is (238,187,219). Sum of RGB (Red+Green+Blue) = 238+187+219=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBDB is #114424. Grayscale: #CDCDCD. Windows color (decimal): -1131557 or 14400494. OLE color: 14400494.

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

Color convert

RGB238187219-
CMYK00.210.080.07
HSL322.35º60%83.33%-
HSV(B)322.35º21.43%93.33%-
XYZ65.8258.8374.9-
YUV205.9135.4150.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 219 (85.94% from 255) = 34.01%
R=36.96%
G=29.04%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818721900.210.080.07322.356083.33
HexEEBBDB015871423c53
Octal35627333302510750274123
Binary11101110101110111101101101010110001111010000101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBDB; }

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

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

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

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

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

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

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

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