Html Css Color HEX #E8D4EB Snuff

📋 copy color: '#E8D4EB'

red 232 ◦ green 212 ◦ blue 235

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

Shades of Snuff #E8D4EB

Tints of Snuff #E8D4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.61%

R = 34.17%
G = 31.22%
B = 34.61%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8D4EB (or 0xE8D4EB) is known color: Snuff. HEX triplet: E8, D4 and EB. RGB value is (232,212,235). Sum of RGB (Red+Green+Blue) = 232+212+235=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8D4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D4EB is #172B14. Grayscale: #DCDCDC. Windows color (decimal): -1518357 or 15455464. OLE color: 15455464.

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

Color convert

RGB 232 212 235 -
CMYK 0.01 0.10 0 0.08
HSL 292.17º 0.37% 0.88% -
HSV(B) 292.17º 0.1% 0.92% -
XYZ 71.82 70.24 88.37 -
YUV 220.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 232 212 235 0.01 0.10 0 0.08 292.17 0.37 0.88
Hex E8 D4 EB 1 A 0 8 124 25 58
Octal 350 324 353 1 12 0 10 444 45 130
Binary 11101000 11010100 11101011 1 1010 0 1000 100100100 100101 1011000

Color Harmonies of #E8D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D4EB

Black with #E8D4EB

Text Example


Text Example

White with #E8D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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