#EABDD8

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

Shades of Classic Rose #EABDD8

Tints of Classic Rose #EABDD8

Color information

#EABDD8 (or 0xEABDD8) is unknown color: approx Classic Rose. HEX triplet: EA, BD and D8. RGB value is (234,189,216). Sum of RGB (Red+Green+Blue) = 234+189+216=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD8 is #154227. Grayscale: #CDCDCD. Windows color (decimal): -1393192 or 14204394. OLE color: 14204394.

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

Color convert

RGB234189216-
CMYK00.190.080.08
HSL324º51.72%82.94%-
HSV(B)324º19.23%91.76%-
XYZ64.5258.8572.92-
YUV205.53133.91148.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=36.62%
G=29.58%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418921600.190.080.0832451.7282.94
HexEABDD8013881443453
Octal352275330023101050464123
Binary111010101011110111011000010011100010001010001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDD8; }

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

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

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

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

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

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

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

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