#EFAFF1

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

Shades of Plum #EFAFF1

Tints of Plum #EFAFF1

Color information

#EFAFF1 (or 0xEFAFF1) is unknown color: approx Plum. HEX triplet: EF, AF and F1. RGB value is (239,175,241). Sum of RGB (Red+Green+Blue) = 239+175+241=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFF1 is #10500E. Grayscale: #C9C9C9. Windows color (decimal): -1069071 or 15839215. OLE color: 15839215.

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

Color convert

RGB239175241-
CMYK0.010.2700.05
HSL298.18º70.21%81.57%-
HSV(B)298.18º27.39%94.51%-
XYZ66.855.3690.38-
YUV201.66150.2154.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 241 (94.53% from 255) = 36.79%
R=36.49%
G=26.72%
B=36.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391752410.010.2700.05298.1870.2181.57
HexEFAFF111B0512a4652
Octal35725736113305452106122
Binary111011111010111111110001111011010110010101010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFF1; }

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

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

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

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

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

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

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

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