#EAD4EE

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

Shades of Snuff #EAD4EE

Tints of Snuff #EAD4EE

Color information

#EAD4EE (or 0xEAD4EE) is unknown color: approx Snuff. HEX triplet: EA, D4 and EE. RGB value is (234,212,238). Sum of RGB (Red+Green+Blue) = 234+212+238=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 212 (83.20% from 255 or 30.99% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAD4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD4EE is #152B11. Grayscale: #DDDDDD. Windows color (decimal): -1387282 or 15652074. OLE color: 15652074.

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

Color convert

RGB234212238-
CMYK0.020.1100.07
HSL290.77º43.33%88.24%-
HSV(B)290.77º10.92%93.33%-
XYZ72.9170.7590.7-
YUV221.54137.29136.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 212 (83.20% from 255) = 30.99%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=34.21%
G=30.99%
B=34.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342122380.020.1100.07290.7743.3388.24
HexEAD4EE2B071232b58
Octal3523243562130744353130
Binary11101010110101001110111010101101111001000111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4EE; }

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

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

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

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

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

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

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

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