Html Css Color HEX #DFD6DF Snuff

📋 copy color: '#DFD6DF'

red 223 ◦ green 214 ◦ blue 223

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

Shades of Snuff #DFD6DF

Tints of Snuff #DFD6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.42%

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

R = 33.79%
G = 32.42%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFD6DF (or 0xDFD6DF) is known color: Snuff. HEX triplet: DF, D6 and DF. RGB value is (223,214,223). Sum of RGB (Red+Green+Blue) = 223+214+223=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6DF is #202920. Grayscale: #D9D9D9. Windows color (decimal): -2107681 or 14669535. OLE color: 14669535.

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

Color convert

RGB 223 214 223 -
CMYK 0 0.04 0 0.13
HSL 300º 0.12% 0.86% -
HSV(B) 300º 0.04% 0.87% -
XYZ 67.8 69.11 79.58 -
YUV 217.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 223 214 223 0 0.04 0 0.13 300 0.12 0.86
Hex DF D6 DF 0 4 0 D 12C C 56
Octal 337 326 337 0 4 0 15 454 14 126
Binary 11011111 11010110 11011111 0 100 0 1101 100101100 1100 1010110

Color Harmonies of #DFD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD6DF

Black with #DFD6DF

Text Example


Text Example

White with #DFD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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