Html Css Color HEX #E0DADF Snuff

📋 copy color: '#E0DADF'

red 224 ◦ green 218 ◦ blue 223

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

Shades of Snuff #E0DADF

Tints of Snuff #E0DADF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.78%

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

R = 33.68%
G = 32.78%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E0DADF (or 0xE0DADF) is known color: Snuff. HEX triplet: E0, DA and DF. RGB value is (224,218,223). Sum of RGB (Red+Green+Blue) = 224+218+223=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DADF is #1F2520. Grayscale: #DCDCDC. Windows color (decimal): -2041121 or 14670560. OLE color: 14670560.

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

Color convert

RGB 224 218 223 -
CMYK 0 0.03 0.00 0.12
HSL 310º 0.09% 0.87% -
HSV(B) 310º 0.03% 0.88% -
XYZ 69.13 71.32 79.93 -
YUV 220.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 224 218 223 0 0.03 0.00 0.12 310 0.09 0.87
Hex E0 DA DF 0 3 0 C 136 9 57
Octal 340 332 337 0 3 0 14 466 11 127
Binary 11100000 11011010 11011111 0 11 0 1100 100110110 1001 1010111

Color Harmonies of #E0DADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DADF

Black with #E0DADF

Text Example


Text Example

White with #E0DADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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