#DFBFDE

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

Shades of Thistle #DFBFDE

Tints of Thistle #DFBFDE

Color information

#DFBFDE (or 0xDFBFDE) is unknown color: approx Thistle. HEX triplet: DF, BF and DE. RGB value is (223,191,222). Sum of RGB (Red+Green+Blue) = 223+191+222=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFDE is #204021. Grayscale: #CCCCCC. Windows color (decimal): -2113570 or 14598111. OLE color: 14598111.

HSL color Cylindrical-coordinate representation of color #DFBFDE: hue angle of 301.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFDE is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223191222-
CMYK00.140.000.13
HSL301.88º33.33%81.18%-
HSV(B)301.88º14.35%87.45%-
XYZ62.2558.2277.06-
YUV204.1138.1141.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 191 (75% from 255) = 30.03%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=35.06%
G=30.03%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319122200.140.000.13301.8833.3381.18
HexDFBFDE0E0D12e2151
Octal33727733601601545641121
Binary11011111101111111101111001110011011001011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFDE; }

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

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

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

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

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

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

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

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