#EDB4CE

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

Shades of Lavender Pink #EDB4CE

Tints of Lavender Pink #EDB4CE

Color information

#EDB4CE (or 0xEDB4CE) is unknown color: approx Lavender Pink. HEX triplet: ED, B4 and CE. RGB value is (237,180,206). Sum of RGB (Red+Green+Blue) = 237+180+206=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4CE is #124B31. Grayscale: #C7C7C7. Windows color (decimal): -1198898 or 13546733. OLE color: 13546733.

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

Color convert

RGB237180206-
CMYK00.240.130.07
HSL332.63º61.29%81.76%-
HSV(B)332.63º24.05%92.94%-
XYZ62.3955.165.74-
YUV200.01131.38154.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 180 (70.70% from 255) = 28.89%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=38.04%
G=28.89%
B=33.07%

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
Decimal23718020600.240.130.07332.6361.2981.76
HexEDB4CE018D714d3d52
Octal35526431603015751575122
Binary11101101101101001100111001100011011111010011011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB4CE; }

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

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

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

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

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

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

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

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