#DFC6DC

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

Shades of Thistle #DFC6DC

Tints of Thistle #DFC6DC

Color information

#DFC6DC (or 0xDFC6DC) is unknown color: approx Thistle. HEX triplet: DF, C6 and DC. RGB value is (223,198,220). Sum of RGB (Red+Green+Blue) = 223+198+220=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6DC is #203923. Grayscale: #CFCFCF. Windows color (decimal): -2111780 or 14468831. OLE color: 14468831.

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

Color convert

RGB223198220-
CMYK00.110.010.13
HSL307.2º28.09%82.55%-
HSV(B)307.2º11.21%87.45%-
XYZ63.5461.2476.18-
YUV207.98134.78138.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 198 (77.73% from 255) = 30.89%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=34.79%
G=30.89%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319822000.110.010.13307.228.0982.55
HexDFC6DC0B1D1331c53
Octal33730633401311546334123
Binary1101111111000110110111000101111101100110011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6DC; }

 p { color: rgb(223,198,220); }

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

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

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

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

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

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

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