#DFCEDF

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

Shades of Snuff #DFCEDF

Tints of Snuff #DFCEDF

Color information

#DFCEDF (or 0xDFCEDF) is unknown color: approx Snuff. HEX triplet: DF, CE and DF. RGB value is (223,206,223). Sum of RGB (Red+Green+Blue) = 223+206+223=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFCEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEDF is #203120. Grayscale: #D4D4D4. Windows color (decimal): -2109729 or 14667487. OLE color: 14667487.

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

Color convert

RGB223206223-
CMYK00.0800.13
HSL300º20.99%84.12%-
HSV(B)300º7.62%87.45%-
XYZ65.8265.1678.92-
YUV213.02133.63135.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=34.20%
G=31.60%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320622300.0800.1330020.9984.12
HexDFCEDF080D12c1554
Octal33731633701001545425124
Binary1101111111001110110111110100001101100101100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEDF; }

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

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

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

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

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

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

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

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