Html Css Color HEX #DFD5DE Snuff

📋 copy color: '#DFD5DE'

red 223 ◦ green 213 ◦ blue 222

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

Shades of Snuff #DFD5DE

Tints of Snuff #DFD5DE

RGB

 RED value IS 223 (87.5% from 255) = 33.89%

 GREEN value IS 213 (83.59% from 255) = 32.37%

 BLUE value IS 222 (87.11% from 255) = 33.74%

R = 33.89%
G = 32.37%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DFD5DE (or 0xDFD5DE) is known color: Snuff. HEX triplet: DF, D5 and DE. RGB value is (223,213,222). Sum of RGB (Red+Green+Blue) = 223+213+222=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5DE is #202A21. Grayscale: #D8D8D8. Windows color (decimal): -2107938 or 14603743. OLE color: 14603743.

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

Color convert

RGB 223 213 222 -
CMYK 0 0.04 0.00 0.13
HSL 306º 0.14% 0.85% -
HSV(B) 306º 0.04% 0.87% -
XYZ 67.41 68.55 78.79 -
YUV 217.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 223 213 222 0 0.04 0.00 0.13 306 0.14 0.85
Hex DF D5 DE 0 4 0 D 132 E 55
Octal 337 325 336 0 4 0 15 462 16 125
Binary 11011111 11010101 11011110 0 100 0 1101 100110010 1110 1010101

Color Harmonies of #DFD5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5DE

Black with #DFD5DE

Text Example


Text Example

White with #DFD5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5DE; }

 p { color: rgb(223,213,222); }

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

background-color css

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

 a { background-color: rgb(223,213,222); }

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

border-color css

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

 span { border-color: rgb(223,213,222); }

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