#EDABCA

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

Shades of Lavender Pink #EDABCA

Tints of Lavender Pink #EDABCA

Color information

#EDABCA (or 0xEDABCA) is unknown color: approx Lavender Pink. HEX triplet: ED, AB and CA. RGB value is (237,171,202). Sum of RGB (Red+Green+Blue) = 237+171+202=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABCA is #125435. Grayscale: #C2C2C2. Windows color (decimal): -1201206 or 13282285. OLE color: 13282285.

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

Color convert

RGB237171202-
CMYK00.280.150.07
HSL331.82º64.71%80%-
HSV(B)331.82º27.85%92.94%-
XYZ60.1551.3962.63-
YUV194.27132.37158.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 171 (67.19% from 255) = 28.03%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=38.85%
G=28.03%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717120200.280.150.07331.8264.7180
HexEDABCA01CF714c4150
Octal355253312034177514101120
Binary111011011010101111001010011100111111110100110010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABCA; }

 p { color: rgb(237,171,202); }

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

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

 a { background-color: rgb(237,171,202); }

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

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

 span { border-color: rgb(237,171,202); }

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