Html Css Color HEX #DCD6DC Snuff

📋 copy color: '#DCD6DC'

red 220 ◦ green 214 ◦ blue 220

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

Shades of Snuff #DCD6DC

Tints of Snuff #DCD6DC

RGB

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

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

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

R = 33.64%
G = 32.72%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCD6DC (or 0xDCD6DC) is known color: Snuff. HEX triplet: DC, D6 and DC. RGB value is (220,214,220). Sum of RGB (Red+Green+Blue) = 220+214+220=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6DC is #232923. Grayscale: #D8D8D8. Windows color (decimal): -2304292 or 14472924. OLE color: 14472924.

HSL color Cylindrical-coordinate representation of color #DCD6DC: hue angle of 300º degrees, saturation: 0.08, 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 #DCD6DC is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 220 -
CMYK 0 0.03 0 0.14
HSL 300º 0.08% 0.85% -
HSV(B) 300º 0.03% 0.86% -
XYZ 66.48 68.48 77.42 -
YUV 216.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 220 214 220 0 0.03 0 0.14 300 0.08 0.85
Hex DC D6 DC 0 3 0 E 12C 8 55
Octal 334 326 334 0 3 0 16 454 10 125
Binary 11011100 11010110 11011100 0 11 0 1110 100101100 1000 1010101

Color Harmonies of #DCD6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD6DC

Black with #DCD6DC

Text Example


Text Example

White with #DCD6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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