#DCCFDC

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

Shades of Snuff #DCCFDC

Tints of Snuff #DCCFDC

Color information

#DCCFDC (or 0xDCCFDC) is unknown color: approx Snuff. HEX triplet: DC, CF and DC. RGB value is (220,207,220). Sum of RGB (Red+Green+Blue) = 220+207+220=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFDC is #233023. Grayscale: #D4D4D4. Windows color (decimal): -2306084 or 14471132. OLE color: 14471132.

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

Color convert

RGB220207220-
CMYK00.0600.14
HSL300º15.66%83.73%-
HSV(B)300º5.91%86.27%-
XYZ64.7565.0176.85-
YUV212.37132.31133.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 207 (81.25% from 255) = 31.99%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=34.00%
G=31.99%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020722000.0600.1430015.6683.73
HexDCCFDC060E12c1054
Octal3343173340601645420124
Binary110111001100111111011100011001110100101100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFDC; }

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

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

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

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

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

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

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

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