Html Css Color HEX #E0D4DD Snuff

📋 copy color: '#E0D4DD'

red 224 ◦ green 212 ◦ blue 221

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

Shades of Snuff #E0D4DD

Tints of Snuff #E0D4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.27%

 BLUE value IS 221 (86.72% from 255) = 33.64%

R = 34.09%
G = 32.27%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0D4DD (or 0xE0D4DD) is known color: Snuff. HEX triplet: E0, D4 and DD. RGB value is (224,212,221). Sum of RGB (Red+Green+Blue) = 224+212+221=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D4DD is #1F2B22. Grayscale: #D8D8D8. Windows color (decimal): -2042659 or 14537952. OLE color: 14537952.

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

Color convert

RGB 224 212 221 -
CMYK 0 0.05 0.01 0.12
HSL 315º 0.16% 0.85% -
HSV(B) 315º 0.05% 0.88% -
XYZ 67.34 68.15 78.01 -
YUV 216.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 224 212 221 0 0.05 0.01 0.12 315 0.16 0.85
Hex E0 D4 DD 0 5 1 C 13B 10 55
Octal 340 324 335 0 5 1 14 473 20 125
Binary 11100000 11010100 11011101 0 101 1 1100 100111011 10000 1010101

Color Harmonies of #E0D4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D4DD

Black with #E0D4DD

Text Example


Text Example

White with #E0D4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D4DD; }

 p { color: rgb(224,212,221); }

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

background-color css

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

 a { background-color: rgb(224,212,221); }

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

border-color css

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

 span { border-color: rgb(224,212,221); }

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