#EDAECF

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

Shades of Lavender Pink #EDAECF

Tints of Lavender Pink #EDAECF

Color information

#EDAECF (or 0xEDAECF) is unknown color: approx Lavender Pink. HEX triplet: ED, AE and CF. RGB value is (237,174,207). Sum of RGB (Red+Green+Blue) = 237+174+207=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAECF is #125130. Grayscale: #C4C4C4. Windows color (decimal): -1200433 or 13610733. OLE color: 13610733.

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

Color convert

RGB237174207-
CMYK00.270.130.07
HSL328.57º63.64%80.59%-
HSV(B)328.57º26.58%92.94%-
XYZ61.3252.7865.99-
YUV196.6133.87156.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=38.35%
G=28.16%
B=33.50%

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
Decimal23717420700.270.130.07328.5763.6480.59
HexEDAECF01BD71494051
Octal355256317033157511100121
Binary111011011010111011001111011011110111110100100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAECF; }

 p { color: rgb(237,174,207); }

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

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

 a { background-color: rgb(237,174,207); }

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

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

 span { border-color: rgb(237,174,207); }

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