#EAD6EB

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

Shades of Snuff #EAD6EB

Tints of Snuff #EAD6EB

Color information

#EAD6EB (or 0xEAD6EB) is unknown color: approx Snuff. HEX triplet: EA, D6 and EB. RGB value is (234,214,235). Sum of RGB (Red+Green+Blue) = 234+214+235=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAD6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6EB is #152914. Grayscale: #DEDEDE. Windows color (decimal): -1386773 or 15455978. OLE color: 15455978.

HSL color Cylindrical-coordinate representation of color #EAD6EB: hue angle of 297.14º degrees, saturation: 0.34, 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 #EAD6EB is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234214235-
CMYK0.000.0900.08
HSL297.14º34.43%88.04%-
HSV(B)297.14º8.94%92.16%-
XYZ72.9771.5888.57-
YUV222.37135.13136.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 214 (83.98% from 255) = 31.33%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=34.26%
G=31.33%
B=34.41%

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
Decimal2342142350.000.0900.08297.1434.4388.04
HexEAD6EB09081292258
Octal35232635301101045142130
Binary11101010110101101110101101001010001001010011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6EB; }

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

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

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

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

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

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

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

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