#DFC7DC

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

Shades of Thistle #DFC7DC

Tints of Thistle #DFC7DC

Color information

#DFC7DC (or 0xDFC7DC) is unknown color: approx Thistle. HEX triplet: DF, C7 and DC. RGB value is (223,199,220). Sum of RGB (Red+Green+Blue) = 223+199+220=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7DC is #203823. Grayscale: #D0D0D0. Windows color (decimal): -2111524 or 14469087. OLE color: 14469087.

HSL color Cylindrical-coordinate representation of color #DFC7DC: hue angle of 307.5º degrees, saturation: 0.27, 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 #DFC7DC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223199220-
CMYK00.110.010.13
HSL307.5º27.27%82.75%-
HSV(B)307.5º10.76%87.45%-
XYZ63.7761.776.26-
YUV208.57134.45138.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 199 (78.12% from 255) = 31.00%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=34.74%
G=31.00%
B=34.27%

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
Decimal22319922000.110.010.13307.527.2782.75
HexDFC7DC0B1D1341b53
Octal33730733401311546433123
Binary1101111111000111110111000101111101100110100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7DC; }

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

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

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

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

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

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

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

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