#DFC5DC

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

Shades of Thistle #DFC5DC

Tints of Thistle #DFC5DC

Color information

#DFC5DC (or 0xDFC5DC) is unknown color: approx Thistle. HEX triplet: DF, C5 and DC. RGB value is (223,197,220). Sum of RGB (Red+Green+Blue) = 223+197+220=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5DC is #203A23. Grayscale: #CFCFCF. Windows color (decimal): -2112036 or 14468575. OLE color: 14468575.

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

Color convert

RGB223197220-
CMYK00.120.010.13
HSL306.92º28.89%82.35%-
HSV(B)306.92º11.66%87.45%-
XYZ63.3260.7976.11-
YUV207.4135.11139.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 197 (77.34% from 255) = 30.78%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=34.84%
G=30.78%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319722000.120.010.13306.9228.8982.35
HexDFC5DC0C1D1331d52
Octal33730533401411546335122
Binary1101111111000101110111000110011101100110011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5DC; }

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

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

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

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

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

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

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

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