#EDADCE

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

Shades of Lavender Pink #EDADCE

Tints of Lavender Pink #EDADCE

Color information

#EDADCE (or 0xEDADCE) is unknown color: approx Lavender Pink. HEX triplet: ED, AD and CE. RGB value is (237,173,206). Sum of RGB (Red+Green+Blue) = 237+173+206=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADCE is #125231. Grayscale: #C3C3C3. Windows color (decimal): -1200690 or 13544941. OLE color: 13544941.

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

Color convert

RGB237173206-
CMYK00.270.130.07
HSL329.06º64%80.39%-
HSV(B)329.06º27%92.94%-
XYZ61.0152.3565.28-
YUV195.9133.7157.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=38.47%
G=28.08%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717320600.270.130.07329.066480.39
HexEDADCE01BD71494050
Octal355255316033157511100120
Binary111011011010110111001110011011110111110100100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADCE; }

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

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

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

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

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

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

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

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