Html Css Color HEX #E7D4EB Snuff

📋 copy color: '#E7D4EB'

red 231 ◦ green 212 ◦ blue 235

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

Shades of Snuff #E7D4EB

Tints of Snuff #E7D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.27%

 BLUE value IS 235 (92.19% from 255) = 34.66%

R = 34.07%
G = 31.27%
B = 34.66%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E7D4EB (or 0xE7D4EB) is known color: Snuff. HEX triplet: E7, D4 and EB. RGB value is (231,212,235). Sum of RGB (Red+Green+Blue) = 231+212+235=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7D4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D4EB is #182B14. Grayscale: #DCDCDC. Windows color (decimal): -1583893 or 15455463. OLE color: 15455463.

HSL color Cylindrical-coordinate representation of color #E7D4EB: hue angle of 289.57º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D4EB is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 212 235 -
CMYK 0.02 0.10 0 0.08
HSL 289.57º 0.37% 0.88% -
HSV(B) 289.57º 0.1% 0.92% -
XYZ 71.49 70.07 88.35 -
YUV 220.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 231 212 235 0.02 0.10 0 0.08 289.57 0.37 0.88
Hex E7 D4 EB 2 A 0 8 122 25 58
Octal 347 324 353 2 12 0 10 442 45 130
Binary 11100111 11010100 11101011 10 1010 0 1000 100100010 100101 1011000

Color Harmonies of #E7D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D4EB

Black with #E7D4EB

Text Example


Text Example

White with #E7D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D4EB; }

 p { color: rgb(231,212,235); }

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

background-color css

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

 a { background-color: rgb(231,212,235); }

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

border-color css

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

 span { border-color: rgb(231,212,235); }

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