Html Css Color HEX #E7D2E4 Snuff

📋 copy color: '#E7D2E4'

red 231 ◦ green 210 ◦ blue 228

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

Shades of Snuff #E7D2E4

Tints of Snuff #E7D2E4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.39%

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

R = 34.53%
G = 31.39%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E7D2E4 (or 0xE7D2E4) is known color: Snuff. HEX triplet: E7, D2 and E4. RGB value is (231,210,228). Sum of RGB (Red+Green+Blue) = 231+210+228=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2E4 is #182D1B. Grayscale: #DADADA. Windows color (decimal): -1584412 or 14996199. OLE color: 14996199.

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

Color convert

RGB 231 210 228 -
CMYK 0 0.09 0.01 0.09
HSL 308.57º 0.3% 0.86% -
HSV(B) 308.57º 0.09% 0.91% -
XYZ 70.01 68.68 82.97 -
YUV 218.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 231 210 228 0 0.09 0.01 0.09 308.57 0.3 0.86
Hex E7 D2 E4 0 9 1 9 135 1E 56
Octal 347 322 344 0 11 1 11 465 36 126
Binary 11100111 11010010 11100100 0 1001 1 1001 100110101 11110 1010110

Color Harmonies of #E7D2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D2E4

Black with #E7D2E4

Text Example


Text Example

White with #E7D2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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