#EAD1EE

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

Shades of Snuff #EAD1EE

Tints of Snuff #EAD1EE

Color information

#EAD1EE (or 0xEAD1EE) is unknown color: approx Snuff. HEX triplet: EA, D1 and EE. RGB value is (234,209,238). Sum of RGB (Red+Green+Blue) = 234+209+238=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAD1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD1EE is #152E11. Grayscale: #DBDBDB. Windows color (decimal): -1388050 or 15651306. OLE color: 15651306.

HSL color Cylindrical-coordinate representation of color #EAD1EE: hue angle of 291.72º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD1EE is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234209238-
CMYK0.020.1200.07
HSL291.72º46.03%87.65%-
HSV(B)291.72º12.18%93.33%-
XYZ72.1669.2790.46-
YUV219.78138.28138.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 209 (82.03% from 255) = 30.69%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=34.36%
G=30.69%
B=34.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342092380.020.1200.07291.7246.0387.65
HexEAD1EE2C071242e58
Octal3523213562140744456130
Binary11101010110100011110111010110001111001001001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1EE; }

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

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

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

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

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

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

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

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