#EABDDA

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

Shades of Classic Rose #EABDDA

Tints of Classic Rose #EABDDA

Color information

#EABDDA (or 0xEABDDA) is unknown color: approx Classic Rose. HEX triplet: EA, BD and DA. RGB value is (234,189,218). Sum of RGB (Red+Green+Blue) = 234+189+218=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDDA is #154225. Grayscale: #CDCDCD. Windows color (decimal): -1393190 or 14335466. OLE color: 14335466.

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

Color convert

RGB234189218-
CMYK00.190.070.08
HSL321.33º51.72%82.94%-
HSV(B)321.33º19.23%91.76%-
XYZ64.7858.9574.29-
YUV205.76134.91148.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=36.51%
G=29.49%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418921800.190.070.08321.3351.7282.94
HexEABDDA013781413453
Octal35227533202371050164123
Binary11101010101111011101101001001111110001010000011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDDA; }

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

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

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

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

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

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

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

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