#DFCFE2

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

Shades of Snuff #DFCFE2

Tints of Snuff #DFCFE2

Color information

#DFCFE2 (or 0xDFCFE2) is unknown color: approx Snuff. HEX triplet: DF, CF and E2. RGB value is (223,207,226). Sum of RGB (Red+Green+Blue) = 223+207+226=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFCFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFE2 is #20301D. Grayscale: #D5D5D5. Windows color (decimal): -2109470 or 14864351. OLE color: 14864351.

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

Color convert

RGB223207226-
CMYK0.010.0800.11
HSL290.53º24.68%84.9%-
HSV(B)290.53º8.41%88.63%-
XYZ66.4765.881.15-
YUV213.95134.8134.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 226 (88.67% from 255) = 34.45%
R=33.99%
G=31.55%
B=34.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232072260.010.0800.11290.5324.6884.9
HexDFCFE2180B1231955
Octal33731734211001344331125
Binary1101111111001111111000101100001011100100011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFE2; }

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

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

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

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

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

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

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

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