#EEBCD5

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

Shades of Classic Rose #EEBCD5

Tints of Classic Rose #EEBCD5

Color information

#EEBCD5 (or 0xEEBCD5) is unknown color: approx Classic Rose. HEX triplet: EE, BC and D5. RGB value is (238,188,213). Sum of RGB (Red+Green+Blue) = 238+188+213=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD5 is #11432A. Grayscale: #CDCDCD. Windows color (decimal): -1131307 or 14007534. OLE color: 14007534.

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

Color convert

RGB238188213-
CMYK00.210.110.07
HSL330º59.52%83.53%-
HSV(B)330º21.01%93.33%-
XYZ65.2558.9570.89-
YUV205.8132.06150.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 213 (83.59% from 255) = 33.33%
R=37.25%
G=29.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818821300.210.110.0733059.5283.53
HexEEBCD5015B714a3c54
Octal35627432502513751274124
Binary11101110101111001101010101010110111111010010101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCD5; }

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

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

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

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

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

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

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

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