#DFC7DD

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

Shades of Thistle #DFC7DD

Tints of Thistle #DFC7DD

Color information

#DFC7DD (or 0xDFC7DD) is unknown color: approx Thistle. HEX triplet: DF, C7 and DD. RGB value is (223,199,221). Sum of RGB (Red+Green+Blue) = 223+199+221=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7DD is #203822. Grayscale: #D0D0D0. Windows color (decimal): -2111523 or 14534623. OLE color: 14534623.

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

Color convert

RGB223199221-
CMYK00.110.010.13
HSL305º27.27%82.75%-
HSV(B)305º10.76%87.45%-
XYZ63.9161.7676.96-
YUV208.68134.95138.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 199 (78.12% from 255) = 30.95%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=34.68%
G=30.95%
B=34.37%

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
Decimal22319922100.110.010.1330527.2782.75
HexDFC7DD0B1D1311b53
Octal33730733501311546133123
Binary1101111111000111110111010101111101100110001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7DD; }

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

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

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

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

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

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

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

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