Html Css Color HEX #DFD9DF Snuff

📋 copy color: '#DFD9DF'

red 223 ◦ green 217 ◦ blue 223

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

Shades of Snuff #DFD9DF

Tints of Snuff #DFD9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.73%

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

R = 33.63%
G = 32.73%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFD9DF (or 0xDFD9DF) is known color: Snuff. HEX triplet: DF, D9 and DF. RGB value is (223,217,223). Sum of RGB (Red+Green+Blue) = 223+217+223=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9DF is #202620. Grayscale: #DBDBDB. Windows color (decimal): -2106913 or 14670303. OLE color: 14670303.

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

Color convert

RGB 223 217 223 -
CMYK 0 0.03 0 0.13
HSL 300º 0.09% 0.86% -
HSV(B) 300º 0.03% 0.87% -
XYZ 68.56 70.64 79.83 -
YUV 219.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 223 217 223 0 0.03 0 0.13 300 0.09 0.86
Hex DF D9 DF 0 3 0 D 12C 9 56
Octal 337 331 337 0 3 0 15 454 11 126
Binary 11011111 11011001 11011111 0 11 0 1101 100101100 1001 1010110

Color Harmonies of #DFD9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9DF

Black with #DFD9DF

Text Example


Text Example

White with #DFD9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9DF; }

 p { color: rgb(223,217,223); }

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

background-color css

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

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

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

border-color css

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

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

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