Html Css Color HEX #E7D5E4 Snuff

📋 copy color: '#E7D5E4'

red 231 ◦ green 213 ◦ blue 228

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

Shades of Snuff #E7D5E4

Tints of Snuff #E7D5E4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.7%

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

R = 34.38%
G = 31.7%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E7D5E4 (or 0xE7D5E4) is known color: Snuff. HEX triplet: E7, D5 and E4. RGB value is (231,213,228). Sum of RGB (Red+Green+Blue) = 231+213+228=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D5E4 is #182A1B. Grayscale: #DCDCDC. Windows color (decimal): -1583644 or 14996967. OLE color: 14996967.

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

Color convert

RGB 231 213 228 -
CMYK 0 0.08 0.01 0.09
HSL 310º 0.27% 0.87% -
HSV(B) 310º 0.08% 0.91% -
XYZ 70.75 70.18 83.22 -
YUV 220.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 231 213 228 0 0.08 0.01 0.09 310 0.27 0.87
Hex E7 D5 E4 0 8 1 9 136 1B 57
Octal 347 325 344 0 10 1 11 466 33 127
Binary 11100111 11010101 11100100 0 1000 1 1001 100110110 11011 1010111

Color Harmonies of #E7D5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D5E4

Black with #E7D5E4

Text Example


Text Example

White with #E7D5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D5E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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