#EEBDD9

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

Shades of Classic Rose #EEBDD9

Tints of Classic Rose #EEBDD9

Color information

#EEBDD9 (or 0xEEBDD9) is unknown color: approx Classic Rose. HEX triplet: EE, BD and D9. RGB value is (238,189,217). Sum of RGB (Red+Green+Blue) = 238+189+217=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDD9 is #114226. Grayscale: #CECECE. Windows color (decimal): -1131047 or 14269934. OLE color: 14269934.

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

Color convert

RGB238189217-
CMYK00.210.090.07
HSL325.71º59.04%83.73%-
HSV(B)325.71º20.59%93.33%-
XYZ65.9859.5873.67-
YUV206.84133.73150.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 217 (85.16% from 255) = 33.70%
R=36.96%
G=29.35%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818921700.210.090.07325.7159.0483.73
HexEEBDD9015971463b54
Octal35627533102511750673124
Binary11101110101111011101100101010110011111010001101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDD9; }

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

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

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

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

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

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

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

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