#DFC9E2

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

Shades of Snuff #DFC9E2

Tints of Snuff #DFC9E2

Color information

#DFC9E2 (or 0xDFC9E2) is unknown color: approx Snuff. HEX triplet: DF, C9 and E2. RGB value is (223,201,226). Sum of RGB (Red+Green+Blue) = 223+201+226=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFC9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9E2 is #20361D. Grayscale: #D2D2D2. Windows color (decimal): -2111006 or 14862815. OLE color: 14862815.

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

Color convert

RGB223201226-
CMYK0.010.1100.11
HSL292.8º30.12%83.73%-
HSV(B)292.8º11.06%88.63%-
XYZ65.0562.9580.67-
YUV210.43136.79136.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 226 (88.67% from 255) = 34.77%
R=34.31%
G=30.92%
B=34.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232012260.010.1100.11292.830.1283.73
HexDFC9E21B0B1251e54
Octal33731134211301344536124
Binary1101111111001001111000101101101011100100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9E2; }

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

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

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

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

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

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

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

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