Html Css Color HEX #DCD7DB Snuff

📋 copy color: '#DCD7DB'

red 220 ◦ green 215 ◦ blue 219

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

Shades of Snuff #DCD7DB

Tints of Snuff #DCD7DB

RGB

 RED value IS 220 (86.33% from 255) = 33.64%

 GREEN value IS 215 (84.38% from 255) = 32.87%

 BLUE value IS 219 (85.94% from 255) = 33.49%

R = 33.64%
G = 32.87%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCD7DB (or 0xDCD7DB) is known color: Snuff. HEX triplet: DC, D7 and DB. RGB value is (220,215,219). Sum of RGB (Red+Green+Blue) = 220+215+219=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7DB is #232824. Grayscale: #D8D8D8. Windows color (decimal): -2304037 or 14407644. OLE color: 14407644.

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

Color convert

RGB 220 215 219 -
CMYK 0 0.02 0.00 0.14
HSL 312º 0.07% 0.85% -
HSV(B) 312º 0.02% 0.86% -
XYZ 66.6 68.93 76.81 -
YUV 216.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 220 215 219 0 0.02 0.00 0.14 312 0.07 0.85
Hex DC D7 DB 0 2 0 E 138 7 55
Octal 334 327 333 0 2 0 16 470 7 125
Binary 11011100 11010111 11011011 0 10 0 1110 100111000 111 1010101

Color Harmonies of #DCD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD7DB

Black with #DCD7DB

Text Example


Text Example

White with #DCD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD7DB; }

 p { color: rgb(220,215,219); }

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

background-color css

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

 a { background-color: rgb(220,215,219); }

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

border-color css

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

 span { border-color: rgb(220,215,219); }

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