#DFCCE1

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

Shades of Snuff #DFCCE1

Tints of Snuff #DFCCE1

Color information

#DFCCE1 (or 0xDFCCE1) is unknown color: approx Snuff. HEX triplet: DF, CC and E1. RGB value is (223,204,225). Sum of RGB (Red+Green+Blue) = 223+204+225=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCE1 is #20331E. Grayscale: #D4D4D4. Windows color (decimal): -2110239 or 14798047. OLE color: 14798047.

HSL color Cylindrical-coordinate representation of color #DFCCE1: hue angle of 294.29º degrees, saturation: 0.26, 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 #DFCCE1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223204225-
CMYK0.010.0900.12
HSL294.29º25.93%84.12%-
HSV(B)294.29º9.33%88.24%-
XYZ65.6164.3180.19-
YUV212.08135.29135.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 225 (88.28% from 255) = 34.51%
R=34.20%
G=31.29%
B=34.51%

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
Decimal2232042250.010.0900.12294.2925.9384.12
HexDFCCE1190C1261a54
Octal33731434111101444632124
Binary1101111111001100111000011100101100100100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCE1; }

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

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

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

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

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

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

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

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