#EEBED8

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

Shades of Classic Rose #EEBED8

Tints of Classic Rose #EEBED8

Color information

#EEBED8 (or 0xEEBED8) is unknown color: approx Classic Rose. HEX triplet: EE, BE and D8. RGB value is (238,190,216). Sum of RGB (Red+Green+Blue) = 238+190+216=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBED8 is #114127. Grayscale: #CFCFCF. Windows color (decimal): -1130792 or 14204654. OLE color: 14204654.

HSL color Cylindrical-coordinate representation of color #EEBED8: hue angle of 327.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBED8 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB238190216-
CMYK00.200.090.07
HSL327.5º58.54%83.92%-
HSV(B)327.5º20.17%93.33%-
XYZ66.0759.9673.06-
YUV207.32132.9149.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 216 (84.77% from 255) = 33.54%
R=36.96%
G=29.50%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819021600.200.090.07327.558.5483.92
HexEEBED8014971483b54
Octal35627633002411751073124
Binary11101110101111101101100001010010011111010010001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBED8; }

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

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

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

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

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

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

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

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