#DFC5DF

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

Shades of Thistle #DFC5DF

Tints of Thistle #DFC5DF

Color information

#DFC5DF (or 0xDFC5DF) is unknown color: approx Thistle. HEX triplet: DF, C5 and DF. RGB value is (223,197,223). Sum of RGB (Red+Green+Blue) = 223+197+223=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5DF is #203A20. Grayscale: #CFCFCF. Windows color (decimal): -2112033 or 14665183. OLE color: 14665183.

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

Color convert

RGB223197223-
CMYK00.1200.13
HSL300º28.89%82.35%-
HSV(B)300º11.66%87.45%-
XYZ63.7260.9578.22-
YUV207.74136.61138.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 197 (77.34% from 255) = 30.64%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=34.68%
G=30.64%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319722300.1200.1330028.8982.35
HexDFC5DF0C0D12c1d52
Octal33730533701401545435122
Binary1101111111000101110111110110001101100101100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5DF; }

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

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

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

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

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

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

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

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