Html Css Color HEX #DCD5DB Snuff

📋 copy color: '#DCD5DB'

red 220 ◦ green 213 ◦ blue 219

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

Shades of Snuff #DCD5DB

Tints of Snuff #DCD5DB

RGB

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

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

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

R = 33.74%
G = 32.67%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCD5DB (or 0xDCD5DB) is known color: Snuff. HEX triplet: DC, D5 and DB. RGB value is (220,213,219). Sum of RGB (Red+Green+Blue) = 220+213+219=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5DB is #232A24. Grayscale: #D7D7D7. Windows color (decimal): -2304549 or 14407132. OLE color: 14407132.

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

Color convert

RGB 220 213 219 -
CMYK 0 0.03 0.00 0.14
HSL 308.57º 0.09% 0.85% -
HSV(B) 308.57º 0.03% 0.86% -
XYZ 66.1 67.92 76.64 -
YUV 215.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 220 213 219 0 0.03 0.00 0.14 308.57 0.09 0.85
Hex DC D5 DB 0 3 0 E 135 9 55
Octal 334 325 333 0 3 0 16 465 11 125
Binary 11011100 11010101 11011011 0 11 0 1110 100110101 1001 1010101

Color Harmonies of #DCD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD5DB

Black with #DCD5DB

Text Example


Text Example

White with #DCD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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