#EDAECC

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

Shades of Lavender Pink #EDAECC

Tints of Lavender Pink #EDAECC

Color information

#EDAECC (or 0xEDAECC) is unknown color: approx Lavender Pink. HEX triplet: ED, AE and CC. RGB value is (237,174,204). Sum of RGB (Red+Green+Blue) = 237+174+204=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAECC is #125133. Grayscale: #C4C4C4. Windows color (decimal): -1200436 or 13414125. OLE color: 13414125.

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

Color convert

RGB237174204-
CMYK00.270.140.07
HSL331.43º63.64%80.59%-
HSV(B)331.43º26.58%92.94%-
XYZ60.9652.6464.07-
YUV196.26132.37157.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=38.54%
G=28.29%
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
Decimal23717420400.270.140.07331.4363.6480.59
HexEDAECC01BE714b4051
Octal355256314033167513100121
Binary111011011010111011001100011011111011110100101110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAECC; }

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

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

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

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

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

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

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

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