#DFCEDE

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

Shades of Snuff #DFCEDE

Tints of Snuff #DFCEDE

Color information

#DFCEDE (or 0xDFCEDE) is unknown color: approx Snuff. HEX triplet: DF, CE and DE. RGB value is (223,206,222). Sum of RGB (Red+Green+Blue) = 223+206+222=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEDE is #203121. Grayscale: #D4D4D4. Windows color (decimal): -2109730 or 14601951. OLE color: 14601951.

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

Color convert

RGB223206222-
CMYK00.080.000.13
HSL303.53º20.99%84.12%-
HSV(B)303.53º7.62%87.45%-
XYZ65.6965.178.21-
YUV212.91133.13135.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=34.25%
G=31.64%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320622200.080.000.13303.5320.9984.12
HexDFCEDE080D1301554
Octal33731633601001546025124
Binary1101111111001110110111100100001101100110000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEDE; }

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

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

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

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

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

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

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

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