Html Css Color HEX #EAD2EC Snuff

📋 copy color: '#EAD2EC'

red 234 ◦ green 210 ◦ blue 236

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

Shades of Snuff #EAD2EC

Tints of Snuff #EAD2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.88%

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

R = 34.41%
G = 30.88%
B = 34.71%

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

#EAD2EC (or 0xEAD2EC) is known color: Snuff. HEX triplet: EA, D2 and EC. RGB value is (234,210,236). Sum of RGB (Red+Green+Blue) = 234+210+236=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2EC is #152D13. Grayscale: #DCDCDC. Windows color (decimal): -1387796 or 15520490. OLE color: 15520490.

HSL color Cylindrical-coordinate representation of color #EAD2EC: hue angle of 295.38º degrees, saturation: 0.41, 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 #EAD2EC is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 210 236 -
CMYK 0.01 0.11 0 0.07
HSL 295.38º 0.41% 0.87% -
HSV(B) 295.38º 0.11% 0.93% -
XYZ 72.12 69.64 89 -
YUV 220.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 234 210 236 0.01 0.11 0 0.07 295.38 0.41 0.87
Hex EA D2 EC 1 B 0 7 127 29 57
Octal 352 322 354 1 13 0 7 447 51 127
Binary 11101010 11010010 11101100 1 1011 0 111 100100111 101001 1010111

Color Harmonies of #EAD2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD2EC

Black with #EAD2EC

Text Example


Text Example

White with #EAD2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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