#EEBED7

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

Shades of Classic Rose #EEBED7

Tints of Classic Rose #EEBED7

Color information

#EEBED7 (or 0xEEBED7) is unknown color: approx Classic Rose. HEX triplet: EE, BE and D7. RGB value is (238,190,215). Sum of RGB (Red+Green+Blue) = 238+190+215=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBED7 is #114128. Grayscale: #CFCFCF. Windows color (decimal): -1130793 or 14139118. OLE color: 14139118.

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

Color convert

RGB238190215-
CMYK00.200.100.07
HSL328.75º58.54%83.92%-
HSV(B)328.75º20.17%93.33%-
XYZ65.9459.9172.38-
YUV207.2132.4149.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 190 (74.61% from 255) = 29.55%
BLUE value IS 215 (84.38% from 255) = 33.44%
R=37.01%
G=29.55%
B=33.44%

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
Decimal23819021500.200.100.07328.7558.5483.92
HexEEBED7014A71493b54
Octal35627632702412751173124
Binary11101110101111101101011101010010101111010010011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBED7; }

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

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

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

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

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

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

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

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