#DFBFE1

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

Shades of Thistle #DFBFE1

Tints of Thistle #DFBFE1

Color information

#DFBFE1 (or 0xDFBFE1) is unknown color: approx Thistle. HEX triplet: DF, BF and E1. RGB value is (223,191,225). Sum of RGB (Red+Green+Blue) = 223+191+225=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFE1 is #20401E. Grayscale: #CCCCCC. Windows color (decimal): -2113567 or 14794719. OLE color: 14794719.

HSL color Cylindrical-coordinate representation of color #DFBFE1: hue angle of 296.47º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBFE1 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223191225-
CMYK0.010.1500.12
HSL296.47º36.17%81.57%-
HSV(B)296.47º15.11%88.24%-
XYZ62.6558.3979.2-
YUV204.44139.6141.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 225 (88.28% from 255) = 35.21%
R=34.90%
G=29.89%
B=35.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231912250.010.1500.12296.4736.1781.57
HexDFBFE11F0C1282452
Octal33727734111701445044122
Binary11011111101111111110000111111011001001010001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFE1; }

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

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

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

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

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

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

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

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