#DFBFE0

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

Shades of Thistle #DFBFE0

Tints of Thistle #DFBFE0

Color information

#DFBFE0 (or 0xDFBFE0) is unknown color: approx Thistle. HEX triplet: DF, BF and E0. RGB value is (223,191,224). Sum of RGB (Red+Green+Blue) = 223+191+224=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFE0 is #20401F. Grayscale: #CCCCCC. Windows color (decimal): -2113568 or 14729183. OLE color: 14729183.

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

Color convert

RGB223191224-
CMYK0.000.1500.12
HSL298.18º34.74%81.37%-
HSV(B)298.18º14.73%87.84%-
XYZ62.5258.3378.49-
YUV204.33139.1141.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 224 (87.89% from 255) = 35.11%
R=34.95%
G=29.94%
B=35.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231912240.000.1500.12298.1834.7481.37
HexDFBFE00F0C12a2351
Octal33727734001701445243121
Binary11011111101111111110000001111011001001010101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFE0; }

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

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

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

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

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

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

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

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