#EABDF0

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

Shades of Snuff #EABDF0

Tints of Snuff #EABDF0

Color information

#EABDF0 (or 0xEABDF0) is unknown color: approx Snuff. HEX triplet: EA, BD and F0. RGB value is (234,189,240). Sum of RGB (Red+Green+Blue) = 234+189+240=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #EABDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF0 is #15420F. Grayscale: #D0D0D0. Windows color (decimal): -1393168 or 15777258. OLE color: 15777258.

HSL color Cylindrical-coordinate representation of color #EABDF0: hue angle of 292.94º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABDF0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234189240-
CMYK0.020.2100.06
HSL292.94º62.96%84.12%-
HSV(B)292.94º21.25%94.12%-
XYZ67.8660.1890.48-
YUV208.27145.91146.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 189 (74.22% from 255) = 28.51%
BLUE value IS 240 (94.14% from 255) = 36.20%
R=35.29%
G=28.51%
B=36.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341892400.020.2100.06292.9462.9684.12
HexEABDF0215061253f54
Octal3522753602250644577124
Binary111010101011110111110000101010101101001001011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDF0; }

 p { color: rgb(234,189,240); }

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

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

 a { background-color: rgb(234,189,240); }

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

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

 span { border-color: rgb(234,189,240); }

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