#EACBD9

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

Shades of Classic Rose #EACBD9

Tints of Classic Rose #EACBD9

Color information

#EACBD9 (or 0xEACBD9) is unknown color: approx Classic Rose. HEX triplet: EA, CB and D9. RGB value is (234,203,217). Sum of RGB (Red+Green+Blue) = 234+203+217=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBD9 is #153426. Grayscale: #D5D5D5. Windows color (decimal): -1389607 or 14273514. OLE color: 14273514.

HSL color Cylindrical-coordinate representation of color #EACBD9: hue angle of 332.9º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACBD9 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234203217-
CMYK00.130.070.08
HSL332.9º42.47%85.69%-
HSV(B)332.9º13.25%91.76%-
XYZ67.8165.2174.66-
YUV213.86129.77142.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 217 (85.16% from 255) = 33.18%
R=35.78%
G=31.04%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420321700.130.070.08332.942.4785.69
HexEACBD90D7814d2a56
Octal35231333101571051552126
Binary1110101011001011110110010110111110001010011011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBD9; }

 p { color: rgb(234,203,217); }

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

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

 a { background-color: rgb(234,203,217); }

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

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

 span { border-color: rgb(234,203,217); }

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