#DFBFDD

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

Shades of Thistle #DFBFDD

Tints of Thistle #DFBFDD

Color information

#DFBFDD (or 0xDFBFDD) is unknown color: approx Thistle. HEX triplet: DF, BF and DD. RGB value is (223,191,221). Sum of RGB (Red+Green+Blue) = 223+191+221=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFDD is #204022. Grayscale: #CBCBCB. Windows color (decimal): -2113571 or 14532575. OLE color: 14532575.

HSL color Cylindrical-coordinate representation of color #DFBFDD: hue angle of 303.75º 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 #DFBFDD is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223191221-
CMYK00.140.010.13
HSL303.75º33.33%81.18%-
HSV(B)303.75º14.35%87.45%-
XYZ62.1158.1776.36-
YUV203.99137.6141.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=35.12%
G=30.08%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319122100.140.010.13303.7533.3381.18
HexDFBFDD0E1D1302151
Octal33727733501611546041121
Binary11011111101111111101110101110111011001100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFDD; }

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

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

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

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

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

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

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

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