Html Css Color HEX #E0D6DF Snuff

📋 copy color: '#E0D6DF'

red 224 ◦ green 214 ◦ blue 223

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

Shades of Snuff #E0D6DF

Tints of Snuff #E0D6DF

RGB

 RED value IS 224 (87.89% from 255) = 33.89%

 GREEN value IS 214 (83.98% from 255) = 32.38%

 BLUE value IS 223 (87.5% from 255) = 33.74%

R = 33.89%
G = 32.38%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E0D6DF (or 0xE0D6DF) is known color: Snuff. HEX triplet: E0, D6 and DF. RGB value is (224,214,223). Sum of RGB (Red+Green+Blue) = 224+214+223=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D6DF is #1F2920. Grayscale: #D9D9D9. Windows color (decimal): -2042145 or 14669536. OLE color: 14669536.

HSL color Cylindrical-coordinate representation of color #E0D6DF: hue angle of 306º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0D6DF is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 214 223 -
CMYK 0 0.04 0.00 0.12
HSL 306º 0.14% 0.86% -
HSV(B) 306º 0.04% 0.88% -
XYZ 68.11 69.27 79.59 -
YUV 218.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 224 214 223 0 0.04 0.00 0.12 306 0.14 0.86
Hex E0 D6 DF 0 4 0 C 132 E 56
Octal 340 326 337 0 4 0 14 462 16 126
Binary 11100000 11010110 11011111 0 100 0 1100 100110010 1110 1010110

Color Harmonies of #E0D6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D6DF

Black with #E0D6DF

Text Example


Text Example

White with #E0D6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D6DF; }

 p { color: rgb(224,214,223); }

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

background-color css

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

 a { background-color: rgb(224,214,223); }

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

border-color css

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

 span { border-color: rgb(224,214,223); }

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