#DFC1DD

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

Shades of Thistle #DFC1DD

Tints of Thistle #DFC1DD

Color information

#DFC1DD (or 0xDFC1DD) is unknown color: approx Thistle. HEX triplet: DF, C1 and DD. RGB value is (223,193,221). Sum of RGB (Red+Green+Blue) = 223+193+221=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1DD is #203E22. Grayscale: #CDCDCD. Windows color (decimal): -2113059 or 14533087. OLE color: 14533087.

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

Color convert

RGB223193221-
CMYK00.130.010.13
HSL304º31.91%81.57%-
HSV(B)304º13.45%87.45%-
XYZ62.5559.0576.51-
YUV205.16136.94140.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 193 (75.78% from 255) = 30.30%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=35.01%
G=30.30%
B=34.69%

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
Decimal22319322100.130.010.1330431.9181.57
HexDFC1DD0D1D1302052
Octal33730133501511546040122
Binary11011111110000011101110101101111011001100001000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1DD; }

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

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

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

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

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

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

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

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