Html Css Color HEX #E8D4EC Snuff

📋 copy color: '#E8D4EC'

red 232 ◦ green 212 ◦ blue 236

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

Shades of Snuff #E8D4EC

Tints of Snuff #E8D4EC

RGB

 RED value IS 232 (91.02% from 255) = 34.12%

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

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

R = 34.12%
G = 31.18%
B = 34.71%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8D4EC (or 0xE8D4EC) is known color: Snuff. HEX triplet: E8, D4 and EC. RGB value is (232,212,236). Sum of RGB (Red+Green+Blue) = 232+212+236=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 212 (83.20% from 255 or 31.18% 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 #E8D4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D4EC is #172B13. Grayscale: #DCDCDC. Windows color (decimal): -1518356 or 15521000. OLE color: 15521000.

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

Color convert

RGB 232 212 236 -
CMYK 0.02 0.10 0 0.07
HSL 290º 0.39% 0.88% -
HSV(B) 290º 0.1% 0.93% -
XYZ 71.96 70.3 89.13 -
YUV 220.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 232 212 236 0.02 0.10 0 0.07 290 0.39 0.88
Hex E8 D4 EC 2 A 0 7 122 27 58
Octal 350 324 354 2 12 0 7 442 47 130
Binary 11101000 11010100 11101100 10 1010 0 111 100100010 100111 1011000

Color Harmonies of #E8D4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D4EC

Black with #E8D4EC

Text Example


Text Example

White with #E8D4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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