#DFC0DF

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

Shades of Thistle #DFC0DF

Tints of Thistle #DFC0DF

Color information

#DFC0DF (or 0xDFC0DF) is unknown color: approx Thistle. HEX triplet: DF, C0 and DF. RGB value is (223,192,223). Sum of RGB (Red+Green+Blue) = 223+192+223=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0DF is #203F20. Grayscale: #CCCCCC. Windows color (decimal): -2113313 or 14663903. OLE color: 14663903.

HSL color Cylindrical-coordinate representation of color #DFC0DF: 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 #DFC0DF is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223192223-
CMYK00.1400.13
HSL300º32.63%81.37%-
HSV(B)300º13.9%87.45%-
XYZ62.658.7177.85-
YUV204.8138.27140.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 192 (75.39% from 255) = 30.09%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=34.95%
G=30.09%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319222300.1400.1330032.6381.37
HexDFC0DF0E0D12c2151
Octal33730033701601545441121
Binary11011111110000001101111101110011011001011001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0DF; }

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

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

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

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

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

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

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

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