#EEBED5

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

Shades of Classic Rose #EEBED5

Tints of Classic Rose #EEBED5

Color information

#EEBED5 (or 0xEEBED5) is unknown color: approx Classic Rose. HEX triplet: EE, BE and D5. RGB value is (238,190,213). Sum of RGB (Red+Green+Blue) = 238+190+213=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBED5 is #11412A. Grayscale: #CECECE. Windows color (decimal): -1130795 or 14008046. OLE color: 14008046.

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

Color convert

RGB238190213-
CMYK00.200.110.07
HSL331.25º58.54%83.92%-
HSV(B)331.25º20.17%93.33%-
XYZ65.6859.8171.03-
YUV206.97131.4150.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 213 (83.59% from 255) = 33.23%
R=37.13%
G=29.64%
B=33.23%

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
Decimal23819021300.200.110.07331.2558.5483.92
HexEEBED5014B714b3b54
Octal35627632502413751373124
Binary11101110101111101101010101010010111111010010111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBED5; }

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

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

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

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

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

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

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

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