#DFC3DD

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

Shades of Thistle #DFC3DD

Tints of Thistle #DFC3DD

Color information

#DFC3DD (or 0xDFC3DD) is unknown color: approx Thistle. HEX triplet: DF, C3 and DD. RGB value is (223,195,221). Sum of RGB (Red+Green+Blue) = 223+195+221=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3DD is #203C22. Grayscale: #CECECE. Windows color (decimal): -2112547 or 14533599. OLE color: 14533599.

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

Color convert

RGB223195221-
CMYK00.130.010.13
HSL304.29º30.43%81.96%-
HSV(B)304.29º12.56%87.45%-
XYZ6359.9476.66-
YUV206.34136.28139.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 195 (76.56% from 255) = 30.52%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=34.90%
G=30.52%
B=34.59%

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
Decimal22319522100.130.010.13304.2930.4381.96
HexDFC3DD0D1D1301e52
Octal33730333501511546036122
Binary1101111111000011110111010110111101100110000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3DD; }

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

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

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

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

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

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

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

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