#EDB8DA

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

Shades of Lavender Pink #EDB8DA

Tints of Lavender Pink #EDB8DA

Color information

#EDB8DA (or 0xEDB8DA) is unknown color: approx Lavender Pink. HEX triplet: ED, B8 and DA. RGB value is (237,184,218). Sum of RGB (Red+Green+Blue) = 237+184+218=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8DA is #124725. Grayscale: #CBCBCB. Windows color (decimal): -1197862 or 14334189. OLE color: 14334189.

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

Color convert

RGB237184218-
CMYK00.220.080.07
HSL321.51º59.55%82.55%-
HSV(B)321.51º22.36%92.94%-
XYZ64.7257.3573.99-
YUV203.72136.06151.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 184 (72.27% from 255) = 28.79%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=37.09%
G=28.79%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718421800.220.080.07321.5159.5582.55
HexEDB8DA016871423c53
Octal35527033202610750274123
Binary11101101101110001101101001011010001111010000101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB8DA; }

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

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

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

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

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

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

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

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