Html Css Color HEX #E8D3E7 Snuff

📋 copy color: '#E8D3E7'

red 232 ◦ green 211 ◦ blue 231

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

Shades of Snuff #E8D3E7

Tints of Snuff #E8D3E7

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.31%

 BLUE value IS 231 (90.63% from 255) = 34.27%

R = 34.42%
G = 31.31%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#E8D3E7 (or 0xE8D3E7) is known color: Snuff. HEX triplet: E8, D3 and E7. RGB value is (232,211,231). Sum of RGB (Red+Green+Blue) = 232+211+231=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 211 (82.81% from 255 or 31.31% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D3E7 is #172C18. Grayscale: #DBDBDB. Windows color (decimal): -1518617 or 15193064. OLE color: 15193064.

HSL color Cylindrical-coordinate representation of color #E8D3E7: hue angle of 302.86º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8D3E7 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 211 231 -
CMYK 0 0.09 0.00 0.09
HSL 302.86º 0.31% 0.87% -
HSV(B) 302.86º 0.09% 0.91% -
XYZ 71 69.51 85.28 -
YUV 219.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 232 211 231 0 0.09 0.00 0.09 302.86 0.31 0.87
Hex E8 D3 E7 0 9 0 9 12F 1F 57
Octal 350 323 347 0 11 0 11 457 37 127
Binary 11101000 11010011 11100111 0 1001 0 1001 100101111 11111 1010111

Color Harmonies of #E8D3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D3E7

Black with #E8D3E7

Text Example


Text Example

White with #E8D3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D3E7; }

 p { color: rgb(232,211,231); }

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

background-color css

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

 a { background-color: rgb(232,211,231); }

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

border-color css

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

 span { border-color: rgb(232,211,231); }

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