Html Css Color HEX #E0DBDF Snuff

📋 copy color: '#E0DBDF'

red 224 ◦ green 219 ◦ blue 223

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

Shades of Snuff #E0DBDF

Tints of Snuff #E0DBDF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.88%

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

R = 33.63%
G = 32.88%
B = 33.48%

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

#E0DBDF (or 0xE0DBDF) is known color: Snuff. HEX triplet: E0, DB and DF. RGB value is (224,219,223). Sum of RGB (Red+Green+Blue) = 224+219+223=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBDF is #1F2420. Grayscale: #DCDCDC. Windows color (decimal): -2040865 or 14670816. OLE color: 14670816.

HSL color Cylindrical-coordinate representation of color #E0DBDF: hue angle of 312º degrees, saturation: 0.07, 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 #E0DBDF is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 219 223 -
CMYK 0 0.02 0.00 0.12
HSL 312º 0.07% 0.87% -
HSV(B) 312º 0.02% 0.88% -
XYZ 69.39 71.84 80.02 -
YUV 220.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 224 219 223 0 0.02 0.00 0.12 312 0.07 0.87
Hex E0 DB DF 0 2 0 C 138 7 57
Octal 340 333 337 0 2 0 14 470 7 127
Binary 11100000 11011011 11011111 0 10 0 1100 100111000 111 1010111

Color Harmonies of #E0DBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DBDF

Black with #E0DBDF

Text Example


Text Example

White with #E0DBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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