#EABDD6

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

Shades of Classic Rose #EABDD6

Tints of Classic Rose #EABDD6

Color information

#EABDD6 (or 0xEABDD6) is unknown color: approx Classic Rose. HEX triplet: EA, BD and D6. RGB value is (234,189,214). Sum of RGB (Red+Green+Blue) = 234+189+214=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD6 is #154229. Grayscale: #CDCDCD. Windows color (decimal): -1393194 or 14073322. OLE color: 14073322.

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

Color convert

RGB234189214-
CMYK00.190.090.08
HSL326.67º51.72%82.94%-
HSV(B)326.67º19.23%91.76%-
XYZ64.2758.7471.57-
YUV205.3132.91148.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=36.73%
G=29.67%
B=33.59%

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
Decimal23418921400.190.090.08326.6751.7282.94
HexEABDD6013981473453
Octal352275326023111050764123
Binary111010101011110111010110010011100110001010001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDD6; }

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

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

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

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

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

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

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

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