#EDB8D9

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

Shades of Lavender Pink #EDB8D9

Tints of Lavender Pink #EDB8D9

Color information

#EDB8D9 (or 0xEDB8D9) is unknown color: approx Lavender Pink. HEX triplet: ED, B8 and D9. RGB value is (237,184,217). Sum of RGB (Red+Green+Blue) = 237+184+217=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8D9 is #124726. Grayscale: #CBCBCB. Windows color (decimal): -1197863 or 14268653. OLE color: 14268653.

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

Color convert

RGB237184217-
CMYK00.220.080.07
HSL322.64º59.55%82.55%-
HSV(B)322.64º22.36%92.94%-
XYZ64.5957.373.3-
YUV203.61135.56151.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 184 (72.27% from 255) = 28.84%
BLUE value IS 217 (85.16% from 255) = 34.01%
R=37.15%
G=28.84%
B=34.01%

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
Decimal23718421700.220.080.07322.6459.5582.55
HexEDB8D9016871433c53
Octal35527033102610750374123
Binary11101101101110001101100101011010001111010000111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB8D9; }

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

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

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

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

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

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

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

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