#EEBCD3

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

Shades of Classic Rose #EEBCD3

Tints of Classic Rose #EEBCD3

Color information

#EEBCD3 (or 0xEEBCD3) is unknown color: approx Classic Rose. HEX triplet: EE, BC and D3. RGB value is (238,188,211). Sum of RGB (Red+Green+Blue) = 238+188+211=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD3 is #11432C. Grayscale: #CDCDCD. Windows color (decimal): -1131309 or 13876462. OLE color: 13876462.

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

Color convert

RGB238188211-
CMYK00.210.110.07
HSL332.4º59.52%83.53%-
HSV(B)332.4º21.01%93.33%-
XYZ6558.8569.56-
YUV205.57131.06151.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 211 (82.81% from 255) = 33.12%
R=37.36%
G=29.51%
B=33.12%

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
Decimal23818821100.210.110.07332.459.5283.53
HexEEBCD3015B714c3c54
Octal35627432302513751474124
Binary11101110101111001101001101010110111111010011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCD3; }

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

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

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

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

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

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

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

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