#DACFDC

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

Shades of Snuff #DACFDC

Tints of Snuff #DACFDC

Color information

#DACFDC (or 0xDACFDC) is unknown color: approx Snuff. HEX triplet: DA, CF and DC. RGB value is (218,207,220). Sum of RGB (Red+Green+Blue) = 218+207+220=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 220 - color contains mainly: blue. Hex color #DACFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFDC is #253023. Grayscale: #D3D3D3. Windows color (decimal): -2437156 or 14471130. OLE color: 14471130.

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

Color convert

RGB218207220-
CMYK0.010.0600.14
HSL290.77º15.66%83.73%-
HSV(B)290.77º5.91%86.27%-
XYZ64.1464.776.82-
YUV211.77132.64132.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=33.80%
G=32.09%
B=34.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182072200.010.0600.14290.7715.6683.73
HexDACFDC160E1231054
Octal3323173341601644320124
Binary110110101100111111011100111001110100100011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFDC; }

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

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

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

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

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

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

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

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