Html Css Color HEX #DFD1DD Snuff

📋 copy color: '#DFD1DD'

red 223 ◦ green 209 ◦ blue 221

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

Shades of Snuff #DFD1DD

Tints of Snuff #DFD1DD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.01%

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

R = 34.15%
G = 32.01%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFD1DD (or 0xDFD1DD) is known color: Snuff. HEX triplet: DF, D1 and DD. RGB value is (223,209,221). Sum of RGB (Red+Green+Blue) = 223+209+221=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1DD is #202E22. Grayscale: #D6D6D6. Windows color (decimal): -2108963 or 14537183. OLE color: 14537183.

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

Color convert

RGB 223 209 221 -
CMYK 0 0.06 0.01 0.13
HSL 308.57º 0.18% 0.85% -
HSV(B) 308.57º 0.06% 0.87% -
XYZ 66.28 66.51 77.75 -
YUV 214.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 223 209 221 0 0.06 0.01 0.13 308.57 0.18 0.85
Hex DF D1 DD 0 6 1 D 135 12 55
Octal 337 321 335 0 6 1 15 465 22 125
Binary 11011111 11010001 11011101 0 110 1 1101 100110101 10010 1010101

Color Harmonies of #DFD1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD1DD

Black with #DFD1DD

Text Example


Text Example

White with #DFD1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD1DD; }

 p { color: rgb(223,209,221); }

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

background-color css

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

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

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

border-color css

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

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

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