#EDB2CE

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

Shades of Lavender Pink #EDB2CE

Tints of Lavender Pink #EDB2CE

Color information

#EDB2CE (or 0xEDB2CE) is unknown color: approx Lavender Pink. HEX triplet: ED, B2 and CE. RGB value is (237,178,206). Sum of RGB (Red+Green+Blue) = 237+178+206=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2CE is #124D31. Grayscale: #C6C6C6. Windows color (decimal): -1199410 or 13546221. OLE color: 13546221.

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

Color convert

RGB237178206-
CMYK00.250.130.07
HSL331.53º62.11%81.37%-
HSV(B)331.53º24.89%92.94%-
XYZ61.9954.365.61-
YUV198.83132.05155.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 178 (69.92% from 255) = 28.66%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=38.16%
G=28.66%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717820600.250.130.07331.5362.1181.37
HexEDB2CE019D714c3e51
Octal35526231603115751476121
Binary11101101101100101100111001100111011111010011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2CE; }

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

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

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

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

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

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

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

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