#DFBFE5

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

Shades of Thistle #DFBFE5

Tints of Thistle #DFBFE5

Color information

#DFBFE5 (or 0xDFBFE5) is unknown color: approx Thistle. HEX triplet: DF, BF and E5. RGB value is (223,191,229). Sum of RGB (Red+Green+Blue) = 223+191+229=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFE5 is #20401A. Grayscale: #CCCCCC. Windows color (decimal): -2113563 or 15056863. OLE color: 15056863.

HSL color Cylindrical-coordinate representation of color #DFBFE5: hue angle of 290.53º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBFE5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223191229-
CMYK0.030.1700.10
HSL290.53º42.22%82.35%-
HSV(B)290.53º16.59%89.8%-
XYZ63.2158.6182.11-
YUV204.9141.6140.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 229 (89.84% from 255) = 35.61%
R=34.68%
G=29.70%
B=35.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231912290.030.1700.10290.5342.2282.35
HexDFBFE53110A1232a52
Octal33727734532101244352122
Binary1101111110111111111001011110001010101001000111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFE5; }

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

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

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

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

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

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

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

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