#EEBCD8

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

Shades of Classic Rose #EEBCD8

Tints of Classic Rose #EEBCD8

Color information

#EEBCD8 (or 0xEEBCD8) is unknown color: approx Classic Rose. HEX triplet: EE, BC and D8. RGB value is (238,188,216). Sum of RGB (Red+Green+Blue) = 238+188+216=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD8 is #114327. Grayscale: #CECECE. Windows color (decimal): -1131304 or 14204142. OLE color: 14204142.

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

Color convert

RGB238188216-
CMYK00.210.090.07
HSL326.4º59.52%83.53%-
HSV(B)326.4º21.01%93.33%-
XYZ65.6459.172.91-
YUV206.14133.56150.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 188 (73.83% from 255) = 29.28%
BLUE value IS 216 (84.77% from 255) = 33.64%
R=37.07%
G=29.28%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818821600.210.090.07326.459.5283.53
HexEEBCD8015971463c54
Octal35627433002511750674124
Binary11101110101111001101100001010110011111010001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCD8; }

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

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

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

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

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

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

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

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