#DFCBE0

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

Shades of Snuff #DFCBE0

Tints of Snuff #DFCBE0

Color information

#DFCBE0 (or 0xDFCBE0) is unknown color: approx Snuff. HEX triplet: DF, CB and E0. RGB value is (223,203,224). Sum of RGB (Red+Green+Blue) = 223+203+224=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBE0 is #20341F. Grayscale: #D3D3D3. Windows color (decimal): -2110496 or 14732255. OLE color: 14732255.

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

Color convert

RGB223203224-
CMYK0.000.0900.12
HSL297.14º25.3%83.73%-
HSV(B)297.14º9.38%87.84%-
XYZ65.2463.7879.39-
YUV211.37135.13136.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=34.31%
G=31.23%
B=34.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232032240.000.0900.12297.1425.383.73
HexDFCBE0090C1291954
Octal33731334001101445131124
Binary1101111111001011111000000100101100100101001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBE0; }

 p { color: rgb(223,203,224); }

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

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

 a { background-color: rgb(223,203,224); }

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

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

 span { border-color: rgb(223,203,224); }

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