#EEBDD4

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

Shades of Classic Rose #EEBDD4

Tints of Classic Rose #EEBDD4

Color information

#EEBDD4 (or 0xEEBDD4) is unknown color: approx Classic Rose. HEX triplet: EE, BD and D4. RGB value is (238,189,212). Sum of RGB (Red+Green+Blue) = 238+189+212=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDD4 is #11422B. Grayscale: #CECECE. Windows color (decimal): -1131052 or 13942254. OLE color: 13942254.

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

Color convert

RGB238189212-
CMYK00.210.110.07
HSL331.84º59.04%83.73%-
HSV(B)331.84º20.59%93.33%-
XYZ65.3459.3370.29-
YUV206.27131.23150.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=37.25%
G=29.58%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818921200.210.110.07331.8459.0483.73
HexEEBDD4015B714c3b54
Octal35627532402513751473124
Binary11101110101111011101010001010110111111010011001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDD4; }

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

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

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

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

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

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

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

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