Html Css Color HEX #E0DCDF Snuff

📋 copy color: '#E0DCDF'

red 224 ◦ green 220 ◦ blue 223

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

Shades of Snuff #E0DCDF

Tints of Snuff #E0DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.98%

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

R = 33.58%
G = 32.98%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E0DCDF (or 0xE0DCDF) is known color: Snuff. HEX triplet: E0, DC and DF. RGB value is (224,220,223). Sum of RGB (Red+Green+Blue) = 224+220+223=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCDF is #1F2320. Grayscale: #DDDDDD. Windows color (decimal): -2040609 or 14671072. OLE color: 14671072.

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

Color convert

RGB 224 220 223 -
CMYK 0 0.02 0.00 0.12
HSL 315º 0.06% 0.87% -
HSV(B) 315º 0.02% 0.88% -
XYZ 69.65 72.36 80.11 -
YUV 221.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 224 220 223 0 0.02 0.00 0.12 315 0.06 0.87
Hex E0 DC DF 0 2 0 C 13B 6 57
Octal 340 334 337 0 2 0 14 473 6 127
Binary 11100000 11011100 11011111 0 10 0 1100 100111011 110 1010111

Color Harmonies of #E0DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCDF

Black with #E0DCDF

Text Example


Text Example

White with #E0DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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