#DCCFDE

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

Shades of Snuff #DCCFDE

Tints of Snuff #DCCFDE

Color information

#DCCFDE (or 0xDCCFDE) is unknown color: approx Snuff. HEX triplet: DC, CF and DE. RGB value is (220,207,222). Sum of RGB (Red+Green+Blue) = 220+207+222=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFDE is #233021. Grayscale: #D4D4D4. Windows color (decimal): -2306082 or 14602204. OLE color: 14602204.

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

Color convert

RGB220207222-
CMYK0.010.0700.13
HSL292º18.52%84.12%-
HSV(B)292º6.76%87.06%-
XYZ65.0165.1278.25-
YUV212.6133.31133.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 222 (87.11% from 255) = 34.21%
R=33.90%
G=31.90%
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.13
SystemRedGreenBlueCMYKHSL
Decimal2202072220.010.0700.1329218.5284.12
HexDCCFDE170D1241354
Octal3343173361701544423124
Binary110111001100111111011110111101101100100100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFDE; }

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

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

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

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

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

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

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

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