#DFBADF

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

Shades of Thistle #DFBADF

Tints of Thistle #DFBADF

Color information

#DFBADF (or 0xDFBADF) is unknown color: approx Thistle. HEX triplet: DF, BA and DF. RGB value is (223,186,223). Sum of RGB (Red+Green+Blue) = 223+186+223=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBADF is #204520. Grayscale: #C9C9C9. Windows color (decimal): -2114849 or 14662367. OLE color: 14662367.

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

Color convert

RGB223186223-
CMYK00.1700.13
HSL300º36.63%80.2%-
HSV(B)300º16.59%87.45%-
XYZ61.3156.1377.42-
YUV201.28140.26143.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=35.28%
G=29.43%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318622300.1700.1330036.6380.2
HexDFBADF0110D12c2550
Octal33727233702101545445120
Binary110111111011101011011111010001011011001011001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBADF; }

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

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

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

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

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

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

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

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