#EEBCDB

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

Shades of Classic Rose #EEBCDB

Tints of Classic Rose #EEBCDB

Color information

#EEBCDB (or 0xEEBCDB) is unknown color: approx Classic Rose. HEX triplet: EE, BC and DB. RGB value is (238,188,219). Sum of RGB (Red+Green+Blue) = 238+188+219=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCDB is #114324. Grayscale: #CECECE. Windows color (decimal): -1131301 or 14400750. OLE color: 14400750.

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

Color convert

RGB238188219-
CMYK00.210.080.07
HSL322.8º59.52%83.53%-
HSV(B)322.8º21.01%93.33%-
XYZ66.0359.2674.98-
YUV206.48135.06150.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=36.90%
G=29.15%
B=33.95%

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
Decimal23818821900.210.080.07322.859.5283.53
HexEEBCDB015871433c54
Octal35627433302510750374124
Binary11101110101111001101101101010110001111010000111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCDB; }

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

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

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

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

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

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

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

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