#EDACCB

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

Shades of Lavender Pink #EDACCB

Tints of Lavender Pink #EDACCB

Color information

#EDACCB (or 0xEDACCB) is unknown color: approx Lavender Pink. HEX triplet: ED, AC and CB. RGB value is (237,172,203). Sum of RGB (Red+Green+Blue) = 237+172+203=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACCB is #125334. Grayscale: #C2C2C2. Windows color (decimal): -1200949 or 13348077. OLE color: 13348077.

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

Color convert

RGB237172203-
CMYK00.270.140.07
HSL331.38º64.36%80.2%-
HSV(B)331.38º27.43%92.94%-
XYZ60.4651.8263.32-
YUV194.97132.53157.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 172 (67.58% from 255) = 28.10%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=38.73%
G=28.10%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717220300.270.140.07331.3864.3680.2
HexEDACCB01BE714b4050
Octal355254313033167513100120
Binary111011011010110011001011011011111011110100101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACCB; }

 p { color: rgb(237,172,203); }

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

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

 a { background-color: rgb(237,172,203); }

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

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

 span { border-color: rgb(237,172,203); }

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