#EDB3CF

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

Shades of Lavender Pink #EDB3CF

Tints of Lavender Pink #EDB3CF

Color information

#EDB3CF (or 0xEDB3CF) is unknown color: approx Lavender Pink. HEX triplet: ED, B3 and CF. RGB value is (237,179,207). Sum of RGB (Red+Green+Blue) = 237+179+207=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3CF is #124C30. Grayscale: #C7C7C7. Windows color (decimal): -1199153 or 13612013. OLE color: 13612013.

HSL color Cylindrical-coordinate representation of color #EDB3CF: hue angle of 331.03º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB3CF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237179207-
CMYK00.240.130.07
HSL331.03º61.7%81.57%-
HSV(B)331.03º24.47%92.94%-
XYZ62.3154.7566.32-
YUV199.53132.22154.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 179 (70.31% from 255) = 28.73%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=38.04%
G=28.73%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717920700.240.130.07331.0361.781.57
HexEDB3CF018D714b3e52
Octal35526331703015751376122
Binary11101101101100111100111101100011011111010010111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3CF; }

 p { color: rgb(237,179,207); }

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

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

 a { background-color: rgb(237,179,207); }

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

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

 span { border-color: rgb(237,179,207); }

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