Html Css Color HEX #E1D2DE Snuff

📋 copy color: '#E1D2DE'

red 225 ◦ green 210 ◦ blue 222

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

Shades of Snuff #E1D2DE

Tints of Snuff #E1D2DE

RGB

 RED value IS 225 (88.28% from 255) = 34.25%

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

 BLUE value IS 222 (87.11% from 255) = 33.79%

R = 34.25%
G = 31.96%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1D2DE (or 0xE1D2DE) is known color: Snuff. HEX triplet: E1, D2 and DE. RGB value is (225,210,222). Sum of RGB (Red+Green+Blue) = 225+210+222=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2DE is #1E2D21. Grayscale: #D7D7D7. Windows color (decimal): -1977634 or 14602977. OLE color: 14602977.

HSL color Cylindrical-coordinate representation of color #E1D2DE: hue angle of 312º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1D2DE is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 210 222 -
CMYK 0 0.07 0.01 0.12
HSL 312º 0.2% 0.85% -
HSV(B) 312º 0.07% 0.88% -
XYZ 67.28 67.37 78.57 -
YUV 215.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 225 210 222 0 0.07 0.01 0.12 312 0.2 0.85
Hex E1 D2 DE 0 7 1 C 138 14 55
Octal 341 322 336 0 7 1 14 470 24 125
Binary 11100001 11010010 11011110 0 111 1 1100 100111000 10100 1010101

Color Harmonies of #E1D2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D2DE

Black with #E1D2DE

Text Example


Text Example

White with #E1D2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D2DE; }

 p { color: rgb(225,210,222); }

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

background-color css

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

 a { background-color: rgb(225,210,222); }

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

border-color css

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

 span { border-color: rgb(225,210,222); }

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