#EABDD5

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

Shades of Classic Rose #EABDD5

Tints of Classic Rose #EABDD5

Color information

#EABDD5 (or 0xEABDD5) is unknown color: approx Classic Rose. HEX triplet: EA, BD and D5. RGB value is (234,189,213). Sum of RGB (Red+Green+Blue) = 234+189+213=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD5 is #15422A. Grayscale: #CDCDCD. Windows color (decimal): -1393195 or 14007786. OLE color: 14007786.

HSL color Cylindrical-coordinate representation of color #EABDD5: hue angle of 328º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDD5 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234189213-
CMYK00.190.090.08
HSL328º51.72%82.94%-
HSV(B)328º19.23%91.76%-
XYZ64.1458.6970.9-
YUV205.19132.41148.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=36.79%
G=29.72%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418921300.190.090.0832851.7282.94
HexEABDD5013981483453
Octal352275325023111051064123
Binary111010101011110111010101010011100110001010010001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDD5; }

 p { color: rgb(234,189,213); }

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

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

 a { background-color: rgb(234,189,213); }

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

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

 span { border-color: rgb(234,189,213); }

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