#EAD2EE

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

Shades of Snuff #EAD2EE

Tints of Snuff #EAD2EE

Color information

#EAD2EE (or 0xEAD2EE) is unknown color: approx Snuff. HEX triplet: EA, D2 and EE. RGB value is (234,210,238). Sum of RGB (Red+Green+Blue) = 234+210+238=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAD2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2EE is #152D11. Grayscale: #DCDCDC. Windows color (decimal): -1387794 or 15651562. OLE color: 15651562.

HSL color Cylindrical-coordinate representation of color #EAD2EE: hue angle of 291.43º degrees, saturation: 0.45, 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 #EAD2EE is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234210238-
CMYK0.020.1200.07
HSL291.43º45.16%87.84%-
HSV(B)291.43º11.76%93.33%-
XYZ72.4169.7690.54-
YUV220.37137.95137.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=34.31%
G=30.79%
B=34.90%

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
Decimal2342102380.020.1200.07291.4345.1687.84
HexEAD2EE2C071232d58
Octal3523223562140744355130
Binary11101010110100101110111010110001111001000111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2EE; }

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

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

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

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

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

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

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

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