#DFCDDE

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

Shades of Snuff #DFCDDE

Tints of Snuff #DFCDDE

Color information

#DFCDDE (or 0xDFCDDE) is unknown color: approx Snuff. HEX triplet: DF, CD and DE. RGB value is (223,205,222). Sum of RGB (Red+Green+Blue) = 223+205+222=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDDE is #203221. Grayscale: #D4D4D4. Windows color (decimal): -2109986 or 14601695. OLE color: 14601695.

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

Color convert

RGB223205222-
CMYK00.080.000.13
HSL303.33º21.95%83.92%-
HSV(B)303.33º8.07%87.45%-
XYZ65.4564.6278.13-
YUV212.32133.46135.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=34.31%
G=31.54%
B=34.15%

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
Decimal22320522200.080.000.13303.3321.9583.92
HexDFCDDE080D12f1654
Octal33731533601001545726124
Binary1101111111001101110111100100001101100101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDDE; }

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

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

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

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

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

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

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

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