#EDABDA

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

Shades of Lavender Rose #EDABDA

Tints of Lavender Rose #EDABDA

Color information

#EDABDA (or 0xEDABDA) is unknown color: approx Lavender Rose. HEX triplet: ED, AB and DA. RGB value is (237,171,218). Sum of RGB (Red+Green+Blue) = 237+171+218=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABDA is #125425. Grayscale: #C3C3C3. Windows color (decimal): -1201190 or 14330861. OLE color: 14330861.

HSL color Cylindrical-coordinate representation of color #EDABDA: hue angle of 317.27º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABDA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237171218-
CMYK00.280.080.07
HSL317.27º64.71%80%-
HSV(B)317.27º27.85%92.94%-
XYZ62.1452.1973.13-
YUV196.09140.37157.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=37.86%
G=27.32%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717121800.280.080.07317.2764.7180
HexEDABDA01C8713d4150
Octal355253332034107475101120
Binary111011011010101111011010011100100011110011110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABDA; }

 p { color: rgb(237,171,218); }

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

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

 a { background-color: rgb(237,171,218); }

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

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

 span { border-color: rgb(237,171,218); }

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