#DFBDDF

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

Shades of Thistle #DFBDDF

Tints of Thistle #DFBDDF

Color information

#DFBDDF (or 0xDFBDDF) is unknown color: approx Thistle. HEX triplet: DF, BD and DF. RGB value is (223,189,223). Sum of RGB (Red+Green+Blue) = 223+189+223=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDDF is #204220. Grayscale: #CACACA. Windows color (decimal): -2114081 or 14663135. OLE color: 14663135.

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

Color convert

RGB223189223-
CMYK00.1500.13
HSL300º34.69%80.78%-
HSV(B)300º15.25%87.45%-
XYZ61.9557.4177.63-
YUV203.04139.26142.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=35.12%
G=29.76%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318922300.1500.1330034.6980.78
HexDFBDDF0F0D12c2351
Octal33727533701701545443121
Binary11011111101111011101111101111011011001011001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDDF; }

 p { color: rgb(223,189,223); }

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

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

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

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

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

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

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