#DACDDC

Color #DACDDC Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #DACDDC

Tints of Snuff #DACDDC

Color information

#DACDDC (or 0xDACDDC) is unknown color: approx Snuff. HEX triplet: DA, CD and DC. RGB value is (218,205,220). Sum of RGB (Red+Green+Blue) = 218+205+220=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 220 - color contains mainly: blue. Hex color #DACDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDDC is #253223. Grayscale: #D2D2D2. Windows color (decimal): -2437668 or 14470618. OLE color: 14470618.

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

Color convert

RGB218205220-
CMYK0.010.0700.14
HSL292º17.65%83.33%-
HSV(B)292º6.82%86.27%-
XYZ63.6663.7476.66-
YUV210.6133.31133.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=33.90%
G=31.88%
B=34.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182052200.010.0700.1429217.6583.33
HexDACDDC170E1241253
Octal3323153341701644422123
Binary110110101100110111011100111101110100100100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDDC; }

 p { color: rgb(218,205,220); }

 H1.HeaderClassName
 {
   color: #DACDDC;
 }
 .AnyTagClassName
 {
   color: #DACDDC;
 }
</style>
background-color css

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

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

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

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

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

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