#ECAFEE

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

Shades of Plum #ECAFEE

Tints of Plum #ECAFEE

Color information

#ECAFEE (or 0xECAFEE) is unknown color: approx Plum. HEX triplet: EC, AF and EE. RGB value is (236,175,238). Sum of RGB (Red+Green+Blue) = 236+175+238=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECAFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFEE is #135011. Grayscale: #C8C8C8. Windows color (decimal): -1265682 or 15642604. OLE color: 15642604.

HSL color Cylindrical-coordinate representation of color #ECAFEE: hue angle of 298.1º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFEE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236175238-
CMYK0.010.2600.07
HSL298.1º64.95%80.98%-
HSV(B)298.1º26.47%93.33%-
XYZ65.3554.6788-
YUV200.42149.21153.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 175 (68.75% from 255) = 26.96%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=36.36%
G=26.96%
B=36.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361752380.010.2600.07298.164.9580.98
HexECAFEE11A0712a4151
Octal35425735613207452101121
Binary111011001010111111101110111010011110010101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFEE; }

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

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

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

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

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

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

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

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