#EABFEE

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

Shades of Snuff #EABFEE

Tints of Snuff #EABFEE

Color information

#EABFEE (or 0xEABFEE) is unknown color: approx Snuff. HEX triplet: EA, BF and EE. RGB value is (234,191,238). Sum of RGB (Red+Green+Blue) = 234+191+238=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #EABFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFEE is #154011. Grayscale: #D1D1D1. Windows color (decimal): -1392658 or 15646698. OLE color: 15646698.

HSL color Cylindrical-coordinate representation of color #EABFEE: hue angle of 294.89º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABFEE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234191238-
CMYK0.020.2000.07
HSL294.89º58.02%84.12%-
HSV(B)294.89º19.75%93.33%-
XYZ6860.9389.07-
YUV209.21144.25145.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 191 (75% from 255) = 28.81%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=35.29%
G=28.81%
B=35.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341912380.020.2000.07294.8958.0284.12
HexEABFEE214071273a54
Octal3522773562240744772124
Binary111010101011111111101110101010001111001001111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFEE; }

 p { color: rgb(234,191,238); }

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

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

 a { background-color: rgb(234,191,238); }

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

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

 span { border-color: rgb(234,191,238); }

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