#EACBDA

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

Shades of Classic Rose #EACBDA

Tints of Classic Rose #EACBDA

Color information

#EACBDA (or 0xEACBDA) is unknown color: approx Classic Rose. HEX triplet: EA, CB and DA. RGB value is (234,203,218). Sum of RGB (Red+Green+Blue) = 234+203+218=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBDA is #153425. Grayscale: #D5D5D5. Windows color (decimal): -1389606 or 14339050. OLE color: 14339050.

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

Color convert

RGB234203218-
CMYK00.130.070.08
HSL330.97º42.47%85.69%-
HSV(B)330.97º13.25%91.76%-
XYZ67.9465.2775.35-
YUV213.98130.27142.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=35.73%
G=30.99%
B=33.28%

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
Decimal23420321800.130.070.08330.9742.4785.69
HexEACBDA0D7814b2a56
Octal35231333201571051352126
Binary1110101011001011110110100110111110001010010111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBDA; }

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

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

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

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

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

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

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

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