#DFCFDE

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

Shades of Snuff #DFCFDE

Tints of Snuff #DFCFDE

Color information

#DFCFDE (or 0xDFCFDE) is unknown color: approx Snuff. HEX triplet: DF, CF and DE. RGB value is (223,207,222). Sum of RGB (Red+Green+Blue) = 223+207+222=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFDE is #203021. Grayscale: #D5D5D5. Windows color (decimal): -2109474 or 14602207. OLE color: 14602207.

HSL color Cylindrical-coordinate representation of color #DFCFDE: hue angle of 303.75º degrees, saturation: 0.2, 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 #DFCFDE is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223207222-
CMYK00.070.000.13
HSL303.75º20%84.31%-
HSV(B)303.75º7.17%87.45%-
XYZ65.9365.5978.29-
YUV213.49132.8134.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 207 (81.25% from 255) = 31.75%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=34.20%
G=31.75%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320722200.070.000.13303.752084.31
HexDFCFDE070D1301454
Octal3373173360701546024124
Binary110111111100111111011110011101101100110000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFDE; }

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

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

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

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

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

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

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

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