#EDAED8

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

Shades of Lavender Pink #EDAED8

Tints of Lavender Pink #EDAED8

Color information

#EDAED8 (or 0xEDAED8) is unknown color: approx Lavender Pink. HEX triplet: ED, AE and D8. RGB value is (237,174,216). Sum of RGB (Red+Green+Blue) = 237+174+216=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAED8 is #125127. Grayscale: #C5C5C5. Windows color (decimal): -1200424 or 14200557. OLE color: 14200557.

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

Color convert

RGB237174216-
CMYK00.270.090.07
HSL320º63.64%80.59%-
HSV(B)320º26.58%92.94%-
XYZ62.4653.2371.95-
YUV197.62138.37156.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=37.80%
G=27.75%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717421600.270.090.0732063.6480.59
HexEDAED801B971404051
Octal355256330033117500100121
Binary111011011010111011011000011011100111110100000010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAED8; }

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

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

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

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

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

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

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

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