#DFCDE1

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

Shades of Snuff #DFCDE1

Tints of Snuff #DFCDE1

Color information

#DFCDE1 (or 0xDFCDE1) is unknown color: approx Snuff. HEX triplet: DF, CD and E1. RGB value is (223,205,225). Sum of RGB (Red+Green+Blue) = 223+205+225=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFCDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDE1 is #20321E. Grayscale: #D4D4D4. Windows color (decimal): -2109983 or 14798303. OLE color: 14798303.

HSL color Cylindrical-coordinate representation of color #DFCDE1: hue angle of 294º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCDE1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223205225-
CMYK0.010.0900.12
HSL294º25%84.31%-
HSV(B)294º8.89%88.24%-
XYZ65.8564.7980.27-
YUV212.66134.96135.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 225 (88.28% from 255) = 34.46%
R=34.15%
G=31.39%
B=34.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232052250.010.0900.122942584.31
HexDFCDE1190C1261954
Octal33731534111101444631124
Binary1101111111001101111000011100101100100100110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDE1; }

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

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

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

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

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

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

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

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