#DFBFDF

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

Shades of Thistle #DFBFDF

Tints of Thistle #DFBFDF

Color information

#DFBFDF (or 0xDFBFDF) is unknown color: approx Thistle. HEX triplet: DF, BF and DF. RGB value is (223,191,223). Sum of RGB (Red+Green+Blue) = 223+191+223=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFDF is #204020. Grayscale: #CCCCCC. Windows color (decimal): -2113569 or 14663647. OLE color: 14663647.

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

Color convert

RGB223191223-
CMYK00.1400.13
HSL300º33.33%81.18%-
HSV(B)300º14.35%87.45%-
XYZ62.3858.2877.77-
YUV204.22138.6141.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=35.01%
G=29.98%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319122300.1400.1330033.3381.18
HexDFBFDF0E0D12c2151
Octal33727733701601545441121
Binary11011111101111111101111101110011011001011001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFDF; }

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

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

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

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

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

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

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

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