#DFB3E9

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

Shades of Thistle #DFB3E9

Tints of Thistle #DFB3E9

Color information

#DFB3E9 (or 0xDFB3E9) is unknown color: approx Thistle. HEX triplet: DF, B3 and E9. RGB value is (223,179,233). Sum of RGB (Red+Green+Blue) = 223+179+233=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3E9 is #204C16. Grayscale: #C6C6C6. Windows color (decimal): -2116631 or 15315935. OLE color: 15315935.

HSL color Cylindrical-coordinate representation of color #DFB3E9: hue angle of 288.89º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB3E9 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223179233-
CMYK0.040.2300.09
HSL288.89º55.1%80.78%-
HSV(B)288.89º23.18%91.37%-
XYZ61.2653.8184.25-
YUV198.31147.58145.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 179 (70.31% from 255) = 28.19%
BLUE value IS 233 (91.41% from 255) = 36.69%
R=35.12%
G=28.19%
B=36.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231792330.040.2300.09288.8955.180.78
HexDFB3E9417091213751
Octal33726335142701144167121
Binary11011111101100111110100110010111010011001000011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3E9; }

 p { color: rgb(223,179,233); }

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

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

 a { background-color: rgb(223,179,233); }

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

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

 span { border-color: rgb(223,179,233); }

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