Html Css Color HEX #E7D6EA Snuff

📋 copy color: '#E7D6EA'

red 231 ◦ green 214 ◦ blue 234

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

Shades of Snuff #E7D6EA

Tints of Snuff #E7D6EA

RGB

 RED value IS 231 (90.63% from 255) = 34.02%

 GREEN value IS 214 (83.98% from 255) = 31.52%

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

R = 34.02%
G = 31.52%
B = 34.46%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E7D6EA (or 0xE7D6EA) is known color: Snuff. HEX triplet: E7, D6 and EA. RGB value is (231,214,234). Sum of RGB (Red+Green+Blue) = 231+214+234=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 214 (83.98% from 255 or 31.52% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7D6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D6EA is #182915. Grayscale: #DDDDDD. Windows color (decimal): -1583382 or 15390439. OLE color: 15390439.

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

Color convert

RGB 231 214 234 -
CMYK 0.01 0.09 0 0.08
HSL 291º 0.32% 0.88% -
HSV(B) 291º 0.09% 0.92% -
XYZ 71.85 71.02 87.76 -
YUV 221.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 231 214 234 0.01 0.09 0 0.08 291 0.32 0.88
Hex E7 D6 EA 1 9 0 8 123 20 58
Octal 347 326 352 1 11 0 10 443 40 130
Binary 11100111 11010110 11101010 1 1001 0 1000 100100011 100000 1011000

Color Harmonies of #E7D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D6EA

Black with #E7D6EA

Text Example


Text Example

White with #E7D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D6EA; }

 p { color: rgb(231,214,234); }

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

background-color css

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

 a { background-color: rgb(231,214,234); }

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

border-color css

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

 span { border-color: rgb(231,214,234); }

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