#EDB4CF

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

Shades of Lavender Pink #EDB4CF

Tints of Lavender Pink #EDB4CF

Color information

#EDB4CF (or 0xEDB4CF) is unknown color: approx Lavender Pink. HEX triplet: ED, B4 and CF. RGB value is (237,180,207). Sum of RGB (Red+Green+Blue) = 237+180+207=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4CF is #124B30. Grayscale: #C8C8C8. Windows color (decimal): -1198897 or 13612269. OLE color: 13612269.

HSL color Cylindrical-coordinate representation of color #EDB4CF: hue angle of 331.58º degrees, saturation: 0.61, 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 #EDB4CF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237180207-
CMYK00.240.130.07
HSL331.58º61.29%81.76%-
HSV(B)331.58º24.05%92.94%-
XYZ62.5155.1566.38-
YUV200.12131.88154.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 180 (70.70% from 255) = 28.85%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=37.98%
G=28.85%
B=33.17%

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
Decimal23718020700.240.130.07331.5861.2981.76
HexEDB4CF018D714c3d52
Octal35526431703015751475122
Binary11101101101101001100111101100011011111010011001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB4CF; }

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

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

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

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

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

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

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

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