#EDAECA

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

Shades of Lavender Pink #EDAECA

Tints of Lavender Pink #EDAECA

Color information

#EDAECA (or 0xEDAECA) is unknown color: approx Lavender Pink. HEX triplet: ED, AE and CA. RGB value is (237,174,202). Sum of RGB (Red+Green+Blue) = 237+174+202=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAECA is #125135. Grayscale: #C3C3C3. Windows color (decimal): -1200438 or 13283053. OLE color: 13283053.

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

Color convert

RGB237174202-
CMYK00.270.150.07
HSL333.33º63.64%80.59%-
HSV(B)333.33º26.58%92.94%-
XYZ60.7252.5462.82-
YUV196.03131.37157.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=38.66%
G=28.38%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717420200.270.150.07333.3363.6480.59
HexEDAECA01BF714d4051
Octal355256312033177515100121
Binary111011011010111011001010011011111111110100110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAECA; }

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

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

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

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

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

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

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

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