Html Css Color HEX #DFD5DF Snuff

📋 copy color: '#DFD5DF'

red 223 ◦ green 213 ◦ blue 223

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

Shades of Snuff #DFD5DF

Tints of Snuff #DFD5DF

RGB

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

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

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

R = 33.84%
G = 32.32%
B = 33.84%

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

#DFD5DF (or 0xDFD5DF) is known color: Snuff. HEX triplet: DF, D5 and DF. RGB value is (223,213,223). Sum of RGB (Red+Green+Blue) = 223+213+223=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5DF is #202A20. Grayscale: #D9D9D9. Windows color (decimal): -2107937 or 14669279. OLE color: 14669279.

HSL color Cylindrical-coordinate representation of color #DFD5DF: hue angle of 300º 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 #DFD5DF is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 213 223 -
CMYK 0 0.04 0 0.13
HSL 300º 0.14% 0.85% -
HSV(B) 300º 0.04% 0.87% -
XYZ 67.54 68.6 79.49 -
YUV 217.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 223 213 223 0 0.04 0 0.13 300 0.14 0.85
Hex DF D5 DF 0 4 0 D 12C E 55
Octal 337 325 337 0 4 0 15 454 16 125
Binary 11011111 11010101 11011111 0 100 0 1101 100101100 1110 1010101

Color Harmonies of #DFD5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5DF

Black with #DFD5DF

Text Example


Text Example

White with #DFD5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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