#EADBE7

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

Shades of Snuff #EADBE7

Tints of Snuff #EADBE7

Color information

#EADBE7 (or 0xEADBE7) is unknown color: approx Snuff. HEX triplet: EA, DB and E7. RGB value is (234,219,231). Sum of RGB (Red+Green+Blue) = 234+219+231=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBE7 is #152418. Grayscale: #E0E0E0. Windows color (decimal): -1385497 or 15195114. OLE color: 15195114.

HSL color Cylindrical-coordinate representation of color #EADBE7: hue angle of 312º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADBE7 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234219231-
CMYK00.060.010.08
HSL312º26.32%88.82%-
HSV(B)312º6.41%91.76%-
XYZ73.6973.9285.99-
YUV224.85131.47134.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 231 (90.62% from 255) = 33.77%
R=34.21%
G=32.02%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421923100.060.010.0831226.3288.82
HexEADBE706181381a59
Octal3523333470611047032131
Binary111010101101101111100111011011000100111000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBE7; }

 p { color: rgb(234,219,231); }

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

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

 a { background-color: rgb(234,219,231); }

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

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

 span { border-color: rgb(234,219,231); }

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