#EEBDD7

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

Shades of Classic Rose #EEBDD7

Tints of Classic Rose #EEBDD7

Color information

#EEBDD7 (or 0xEEBDD7) is unknown color: approx Classic Rose. HEX triplet: EE, BD and D7. RGB value is (238,189,215). Sum of RGB (Red+Green+Blue) = 238+189+215=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDD7 is #114228. Grayscale: #CECECE. Windows color (decimal): -1131049 or 14138862. OLE color: 14138862.

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

Color convert

RGB238189215-
CMYK00.210.100.07
HSL328.16º59.04%83.73%-
HSV(B)328.16º20.59%93.33%-
XYZ65.7259.4872.31-
YUV206.61132.73150.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=37.07%
G=29.44%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818921500.210.100.07328.1659.0483.73
HexEEBDD7015A71483b54
Octal35627532702512751073124
Binary11101110101111011101011101010110101111010010001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDD7; }

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

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

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

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

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

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

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

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