#EEBED4

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

Shades of Classic Rose #EEBED4

Tints of Classic Rose #EEBED4

Color information

#EEBED4 (or 0xEEBED4) is unknown color: approx Classic Rose. HEX triplet: EE, BE and D4. RGB value is (238,190,212). Sum of RGB (Red+Green+Blue) = 238+190+212=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBED4 is #11412B. Grayscale: #CECECE. Windows color (decimal): -1130796 or 13942510. OLE color: 13942510.

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

Color convert

RGB238190212-
CMYK00.200.110.07
HSL332.5º58.54%83.92%-
HSV(B)332.5º20.17%93.33%-
XYZ65.5659.7670.37-
YUV206.86130.9150.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 212 (83.20% from 255) = 33.12%
R=37.19%
G=29.69%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819021200.200.110.07332.558.5483.92
HexEEBED4014B714c3b54
Octal35627632402413751473124
Binary11101110101111101101010001010010111111010011001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBED4; }

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

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

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

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

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

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

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

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