Html Css Color HEX #E8D0EA Snuff

📋 copy color: '#E8D0EA'

red 232 ◦ green 208 ◦ blue 234

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

Shades of Snuff #E8D0EA

Tints of Snuff #E8D0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.86%

 BLUE value IS 234 (91.8% from 255) = 34.72%

R = 34.42%
G = 30.86%
B = 34.72%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8D0EA (or 0xE8D0EA) is known color: Snuff. HEX triplet: E8, D0 and EA. RGB value is (232,208,234). Sum of RGB (Red+Green+Blue) = 232+208+234=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8D0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D0EA is #172F15. Grayscale: #DADADA. Windows color (decimal): -1519382 or 15388904. OLE color: 15388904.

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

Color convert

RGB 232 208 234 -
CMYK 0.01 0.11 0 0.08
HSL 295.38º 0.38% 0.87% -
HSV(B) 295.38º 0.11% 0.92% -
XYZ 70.69 68.21 87.28 -
YUV 218.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 232 208 234 0.01 0.11 0 0.08 295.38 0.38 0.87
Hex E8 D0 EA 1 B 0 8 127 26 57
Octal 350 320 352 1 13 0 10 447 46 127
Binary 11101000 11010000 11101010 1 1011 0 1000 100100111 100110 1010111

Color Harmonies of #E8D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D0EA

Black with #E8D0EA

Text Example


Text Example

White with #E8D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D0EA; }

 p { color: rgb(232,208,234); }

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

background-color css

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

 a { background-color: rgb(232,208,234); }

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

border-color css

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

 span { border-color: rgb(232,208,234); }

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