#ECAFEF

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

Shades of Plum #ECAFEF

Tints of Plum #ECAFEF

Color information

#ECAFEF (or 0xECAFEF) is unknown color: approx Plum. HEX triplet: EC, AF and EF. RGB value is (236,175,239). Sum of RGB (Red+Green+Blue) = 236+175+239=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECAFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFEF is #135010. Grayscale: #C8C8C8. Windows color (decimal): -1265681 or 15708140. OLE color: 15708140.

HSL color Cylindrical-coordinate representation of color #ECAFEF: hue angle of 297.19º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECAFEF is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236175239-
CMYK0.010.2700.06
HSL297.19º66.67%81.18%-
HSV(B)297.19º26.78%93.73%-
XYZ65.554.7288.77-
YUV200.54149.71153.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=36.31%
G=26.92%
B=36.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361752390.010.2700.06297.1966.6781.18
HexECAFEF11B061294351
Octal35425735713306451103121
Binary111011001010111111101111111011011010010100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFEF; }

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

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

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

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

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

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

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

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