#DFC2DD

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

Shades of Thistle #DFC2DD

Tints of Thistle #DFC2DD

Color information

#DFC2DD (or 0xDFC2DD) is unknown color: approx Thistle. HEX triplet: DF, C2 and DD. RGB value is (223,194,221). Sum of RGB (Red+Green+Blue) = 223+194+221=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2DD is #203D22. Grayscale: #CDCDCD. Windows color (decimal): -2112803 or 14533343. OLE color: 14533343.

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

Color convert

RGB223194221-
CMYK00.130.010.13
HSL304.14º31.18%81.76%-
HSV(B)304.14º13%87.45%-
XYZ62.7759.4976.58-
YUV205.75136.61140.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 194 (76.17% from 255) = 30.41%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=34.95%
G=30.41%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319422100.130.010.13304.1431.1881.76
HexDFC2DD0D1D1301f52
Octal33730233501511546037122
Binary1101111111000010110111010110111101100110000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2DD; }

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

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

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

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

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

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

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

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