#EEBED6

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

Shades of Classic Rose #EEBED6

Tints of Classic Rose #EEBED6

Color information

#EEBED6 (or 0xEEBED6) is unknown color: approx Classic Rose. HEX triplet: EE, BE and D6. RGB value is (238,190,214). Sum of RGB (Red+Green+Blue) = 238+190+214=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBED6 is #114129. Grayscale: #CFCFCF. Windows color (decimal): -1130794 or 14073582. OLE color: 14073582.

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

Color convert

RGB238190214-
CMYK00.200.100.07
HSL330º58.54%83.92%-
HSV(B)330º20.17%93.33%-
XYZ65.8159.8671.7-
YUV207.09131.9150.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 190 (74.61% from 255) = 29.60%
BLUE value IS 214 (83.98% from 255) = 33.33%
R=37.07%
G=29.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819021400.200.100.0733058.5483.92
HexEEBED6014A714a3b54
Octal35627632602412751273124
Binary11101110101111101101011001010010101111010010101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBED6; }

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

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

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

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

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

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

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

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