Html Css Color HEX #E7D0E4 Snuff

📋 copy color: '#E7D0E4'

red 231 ◦ green 208 ◦ blue 228

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

Shades of Snuff #E7D0E4

Tints of Snuff #E7D0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.18%

R = 34.63%
G = 31.18%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E7D0E4 (or 0xE7D0E4) is known color: Snuff. HEX triplet: E7, D0 and E4. RGB value is (231,208,228). Sum of RGB (Red+Green+Blue) = 231+208+228=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0E4 is #182F1B. Grayscale: #D9D9D9. Windows color (decimal): -1584924 or 14995687. OLE color: 14995687.

HSL color Cylindrical-coordinate representation of color #E7D0E4: hue angle of 307.83º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D0E4 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 208 228 -
CMYK 0 0.10 0.01 0.09
HSL 307.83º 0.32% 0.86% -
HSV(B) 307.83º 0.1% 0.91% -
XYZ 69.51 67.7 82.8 -
YUV 217.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 231 208 228 0 0.10 0.01 0.09 307.83 0.32 0.86
Hex E7 D0 E4 0 A 1 9 134 20 56
Octal 347 320 344 0 12 1 11 464 40 126
Binary 11100111 11010000 11100100 0 1010 1 1001 100110100 100000 1010110

Color Harmonies of #E7D0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D0E4

Black with #E7D0E4

Text Example


Text Example

White with #E7D0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D0E4; }

 p { color: rgb(231,208,228); }

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

background-color css

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

 a { background-color: rgb(231,208,228); }

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

border-color css

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

 span { border-color: rgb(231,208,228); }

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