Html Css Color HEX #EAD4EC Snuff

📋 copy color: '#EAD4EC'

red 234 ◦ green 212 ◦ blue 236

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

Shades of Snuff #EAD4EC

Tints of Snuff #EAD4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.09%

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

R = 34.31%
G = 31.09%
B = 34.6%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAD4EC (or 0xEAD4EC) is known color: Snuff. HEX triplet: EA, D4 and EC. RGB value is (234,212,236). Sum of RGB (Red+Green+Blue) = 234+212+236=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD4EC is #152B13. Grayscale: #DDDDDD. Windows color (decimal): -1387284 or 15521002. OLE color: 15521002.

HSL color Cylindrical-coordinate representation of color #EAD4EC: hue angle of 295º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD4EC is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 212 236 -
CMYK 0.01 0.10 0 0.07
HSL 295º 0.39% 0.88% -
HSV(B) 295º 0.1% 0.93% -
XYZ 72.62 70.64 89.16 -
YUV 221.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 234 212 236 0.01 0.10 0 0.07 295 0.39 0.88
Hex EA D4 EC 1 A 0 7 127 27 58
Octal 352 324 354 1 12 0 7 447 47 130
Binary 11101010 11010100 11101100 1 1010 0 111 100100111 100111 1011000

Color Harmonies of #EAD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD4EC

Black with #EAD4EC

Text Example


Text Example

White with #EAD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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