Html Css Color HEX #EAD1EC Snuff

📋 copy color: '#EAD1EC'

red 234 ◦ green 209 ◦ blue 236

#EAD1EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #EAD1EC

Tints of Snuff #EAD1EC

RGB

 RED value IS 234 (91.8% from 255) = 34.46%

 GREEN value IS 209 (82.03% from 255) = 30.78%

 BLUE value IS 236 (92.58% from 255) = 34.76%

R = 34.46%
G = 30.78%
B = 34.76%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAD1EC (or 0xEAD1EC) is known color: Snuff. HEX triplet: EA, D1 and EC. RGB value is (234,209,236). Sum of RGB (Red+Green+Blue) = 234+209+236=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD1EC is #152E13. Grayscale: #DBDBDB. Windows color (decimal): -1388052 or 15520234. OLE color: 15520234.

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

Color convert

RGB 234 209 236 -
CMYK 0.01 0.11 0 0.07
HSL 295.56º 0.42% 0.87% -
HSV(B) 295.56º 0.11% 0.93% -
XYZ 71.87 69.15 88.92 -
YUV 219.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 234 209 236 0.01 0.11 0 0.07 295.56 0.42 0.87
Hex EA D1 EC 1 B 0 7 128 2A 57
Octal 352 321 354 1 13 0 7 450 52 127
Binary 11101010 11010001 11101100 1 1011 0 111 100101000 101010 1010111

Color Harmonies of #EAD1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD1EC

Black with #EAD1EC

Text Example


Text Example

White with #EAD1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD1EC; }

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

 H1.HeaderClassName
 {
   color: #EAD1EC;
 }
 .AnyTagClassName
 {
   color: #EAD1EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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