#DFC8E3

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

Shades of Snuff #DFC8E3

Tints of Snuff #DFC8E3

Color information

#DFC8E3 (or 0xDFC8E3) is unknown color: approx Snuff. HEX triplet: DF, C8 and E3. RGB value is (223,200,227). Sum of RGB (Red+Green+Blue) = 223+200+227=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFC8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8E3 is #20371C. Grayscale: #D1D1D1. Windows color (decimal): -2111261 or 14928095. OLE color: 14928095.

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

Color convert

RGB223200227-
CMYK0.020.1200.11
HSL291.11º32.53%83.73%-
HSV(B)291.11º11.89%89.02%-
XYZ64.9562.5481.32-
YUV209.96137.62137.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 200 (78.52% from 255) = 30.77%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=34.31%
G=30.77%
B=34.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232002270.020.1200.11291.1132.5383.73
HexDFC8E32C0B1232154
Octal33731034321401344341124
Binary110111111100100011100011101100010111001000111000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8E3; }

 p { color: rgb(223,200,227); }

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

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

 a { background-color: rgb(223,200,227); }

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

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

 span { border-color: rgb(223,200,227); }

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