#EAD7EB

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

Shades of Snuff #EAD7EB

Tints of Snuff #EAD7EB

Color information

#EAD7EB (or 0xEAD7EB) is unknown color: approx Snuff. HEX triplet: EA, D7 and EB. RGB value is (234,215,235). Sum of RGB (Red+Green+Blue) = 234+215+235=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAD7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD7EB is #152814. Grayscale: #DEDEDE. Windows color (decimal): -1386517 or 15456234. OLE color: 15456234.

HSL color Cylindrical-coordinate representation of color #EAD7EB: hue angle of 297º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD7EB is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234215235-
CMYK0.000.0900.08
HSL297º33.33%88.24%-
HSV(B)297º8.51%92.16%-
XYZ73.2372.0988.65-
YUV222.96134.79135.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 215 (84.38% from 255) = 31.43%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=34.21%
G=31.43%
B=34.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342152350.000.0900.0829733.3388.24
HexEAD7EB09081292158
Octal35232735301101045141130
Binary11101010110101111110101101001010001001010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7EB; }

 p { color: rgb(234,215,235); }

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

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

 a { background-color: rgb(234,215,235); }

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

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

 span { border-color: rgb(234,215,235); }

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