#DFC6DE

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

Shades of Thistle #DFC6DE

Tints of Thistle #DFC6DE

Color information

#DFC6DE (or 0xDFC6DE) is unknown color: approx Thistle. HEX triplet: DF, C6 and DE. RGB value is (223,198,222). Sum of RGB (Red+Green+Blue) = 223+198+222=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6DE is #203921. Grayscale: #D0D0D0. Windows color (decimal): -2111778 or 14599903. OLE color: 14599903.

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

Color convert

RGB223198222-
CMYK00.110.000.13
HSL302.4º28.09%82.55%-
HSV(B)302.4º11.21%87.45%-
XYZ63.8161.3577.59-
YUV208.21135.78138.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 198 (77.73% from 255) = 30.79%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=34.68%
G=30.79%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319822200.110.000.13302.428.0982.55
HexDFC6DE0B0D12e1c53
Octal33730633601301545634123
Binary1101111111000110110111100101101101100101110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6DE; }

 p { color: rgb(223,198,222); }

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

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

 a { background-color: rgb(223,198,222); }

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

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

 span { border-color: rgb(223,198,222); }

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