#EDAFF1

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

Shades of Plum #EDAFF1

Tints of Plum #EDAFF1

Color information

#EDAFF1 (or 0xEDAFF1) is unknown color: approx Plum. HEX triplet: ED, AF and F1. RGB value is (237,175,241). Sum of RGB (Red+Green+Blue) = 237+175+241=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFF1 is #12500E. Grayscale: #C8C8C8. Windows color (decimal): -1200143 or 15839213. OLE color: 15839213.

HSL color Cylindrical-coordinate representation of color #EDAFF1: hue angle of 296.36º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAFF1 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237175241-
CMYK0.020.2700.05
HSL296.36º70.21%81.57%-
HSV(B)296.36º27.39%94.51%-
XYZ66.1355.0290.35-
YUV201.06150.54153.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=36.29%
G=26.80%
B=36.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371752410.020.2700.05296.3670.2181.57
HexEDAFF121B051284652
Octal35525736123305450106122
Binary1110110110101111111100011011011010110010100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFF1; }

 p { color: rgb(237,175,241); }

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

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

 a { background-color: rgb(237,175,241); }

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

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

 span { border-color: rgb(237,175,241); }

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