#DFBFE6

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

Shades of Thistle #DFBFE6

Tints of Thistle #DFBFE6

Color information

#DFBFE6 (or 0xDFBFE6) is unknown color: approx Thistle. HEX triplet: DF, BF and E6. RGB value is (223,191,230). Sum of RGB (Red+Green+Blue) = 223+191+230=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFE6 is #204019. Grayscale: #CCCCCC. Windows color (decimal): -2113562 or 15122399. OLE color: 15122399.

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

Color convert

RGB223191230-
CMYK0.030.1700.10
HSL289.23º43.82%82.55%-
HSV(B)289.23º16.96%90.2%-
XYZ63.3558.6682.85-
YUV205.01142.1140.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 191 (75% from 255) = 29.66%
BLUE value IS 230 (90.23% from 255) = 35.71%
R=34.63%
G=29.66%
B=35.71%

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
Decimal2231912300.030.1700.10289.2343.8282.55
HexDFBFE63110A1212c53
Octal33727734632101244154123
Binary1101111110111111111001101110001010101001000011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFE6; }

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

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

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

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

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

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

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

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