#DFBAE0

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

Shades of Thistle #DFBAE0

Tints of Thistle #DFBAE0

Color information

#DFBAE0 (or 0xDFBAE0) is unknown color: approx Thistle. HEX triplet: DF, BA and E0. RGB value is (223,186,224). Sum of RGB (Red+Green+Blue) = 223+186+224=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAE0 is #20451F. Grayscale: #C9C9C9. Windows color (decimal): -2114848 or 14727903. OLE color: 14727903.

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

Color convert

RGB223186224-
CMYK0.000.1700.12
HSL298.42º38%80.39%-
HSV(B)298.42º16.96%87.84%-
XYZ61.4456.1978.13-
YUV201.4140.76143.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=35.23%
G=29.38%
B=35.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231862240.000.1700.12298.423880.39
HexDFBAE00110C12a2650
Octal33727234002101445246120
Binary110111111011101011100000010001011001001010101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAE0; }

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

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

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

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

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

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

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

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