#DFCFE1

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

Shades of Snuff #DFCFE1

Tints of Snuff #DFCFE1

Color information

#DFCFE1 (or 0xDFCFE1) is unknown color: approx Snuff. HEX triplet: DF, CF and E1. RGB value is (223,207,225). Sum of RGB (Red+Green+Blue) = 223+207+225=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFE1 is #20301E. Grayscale: #D5D5D5. Windows color (decimal): -2109471 or 14798815. OLE color: 14798815.

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

Color convert

RGB223207225-
CMYK0.010.0800.12
HSL293.33º23.08%84.71%-
HSV(B)293.33º8%88.24%-
XYZ66.3365.7580.43-
YUV213.84134.3134.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=34.05%
G=31.60%
B=34.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232072250.010.0800.12293.3323.0884.71
HexDFCFE1180C1251755
Octal33731734111001444527125
Binary1101111111001111111000011100001100100100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFE1; }

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

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

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

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

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

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

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

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