#DFCDDF

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

Shades of Snuff #DFCDDF

Tints of Snuff #DFCDDF

Color information

#DFCDDF (or 0xDFCDDF) is unknown color: approx Snuff. HEX triplet: DF, CD and DF. RGB value is (223,205,223). Sum of RGB (Red+Green+Blue) = 223+205+223=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFCDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDDF is #203220. Grayscale: #D4D4D4. Windows color (decimal): -2109985 or 14667231. OLE color: 14667231.

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

Color convert

RGB223205223-
CMYK00.0800.13
HSL300º21.95%83.92%-
HSV(B)300º8.07%87.45%-
XYZ65.5864.6878.84-
YUV212.43133.96135.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=34.25%
G=31.49%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320522300.0800.1330021.9583.92
HexDFCDDF080D12c1654
Octal33731533701001545426124
Binary1101111111001101110111110100001101100101100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDDF; }

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

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

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

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

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

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

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

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