#DFBAE7

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

Shades of Thistle #DFBAE7

Tints of Thistle #DFBAE7

Color information

#DFBAE7 (or 0xDFBAE7) is unknown color: approx Thistle. HEX triplet: DF, BA and E7. RGB value is (223,186,231). Sum of RGB (Red+Green+Blue) = 223+186+231=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFBAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAE7 is #204518. Grayscale: #CACACA. Windows color (decimal): -2114841 or 15186655. OLE color: 15186655.

HSL color Cylindrical-coordinate representation of color #DFBAE7: hue angle of 289.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBAE7 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223186231-
CMYK0.030.1900.09
HSL289.33º48.39%81.76%-
HSV(B)289.33º19.48%90.59%-
XYZ62.4156.5883.23-
YUV202.19144.26142.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=34.84%
G=29.06%
B=36.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231862310.030.1900.09289.3348.3981.76
HexDFBAE7313091213052
Octal33727234732301144160122
Binary1101111110111010111001111110011010011001000011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAE7; }

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

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

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

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

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

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

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

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