#DFC1DF

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

Shades of Thistle #DFC1DF

Tints of Thistle #DFC1DF

Color information

#DFC1DF (or 0xDFC1DF) is unknown color: approx Thistle. HEX triplet: DF, C1 and DF. RGB value is (223,193,223). Sum of RGB (Red+Green+Blue) = 223+193+223=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1DF is #203E20. Grayscale: #CDCDCD. Windows color (decimal): -2113057 or 14664159. OLE color: 14664159.

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

Color convert

RGB223193223-
CMYK00.1300.13
HSL300º31.91%81.57%-
HSV(B)300º13.45%87.45%-
XYZ62.8259.1677.92-
YUV205.39137.94140.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 193 (75.78% from 255) = 30.20%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=34.90%
G=30.20%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319322300.1300.1330031.9181.57
HexDFC1DF0D0D12c2052
Octal33730133701501545440122
Binary11011111110000011101111101101011011001011001000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1DF; }

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

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

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

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

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

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

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

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