#DFCBDF

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

Shades of Snuff #DFCBDF

Tints of Snuff #DFCBDF

Color information

#DFCBDF (or 0xDFCBDF) is unknown color: approx Snuff. HEX triplet: DF, CB and DF. RGB value is (223,203,223). Sum of RGB (Red+Green+Blue) = 223+203+223=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFCBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBDF is #203420. Grayscale: #D3D3D3. Windows color (decimal): -2110497 or 14666719. OLE color: 14666719.

HSL color Cylindrical-coordinate representation of color #DFCBDF: hue angle of 300º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCBDF is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223203223-
CMYK00.0900.13
HSL300º23.81%83.53%-
HSV(B)300º8.97%87.45%-
XYZ65.1163.7378.68-
YUV211.26134.63136.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 223 (87.5% from 255) = 34.36%
R=34.36%
G=31.28%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320322300.0900.1330023.8183.53
HexDFCBDF090D12c1854
Octal33731333701101545430124
Binary1101111111001011110111110100101101100101100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBDF; }

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

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

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

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

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

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

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

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