#DFB3E5

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

Shades of Thistle #DFB3E5

Tints of Thistle #DFB3E5

Color information

#DFB3E5 (or 0xDFB3E5) is unknown color: approx Thistle. HEX triplet: DF, B3 and E5. RGB value is (223,179,229). Sum of RGB (Red+Green+Blue) = 223+179+229=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFB3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3E5 is #204C1A. Grayscale: #C5C5C5. Windows color (decimal): -2116635 or 15053791. OLE color: 15053791.

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

Color convert

RGB223179229-
CMYK0.030.2200.10
HSL292.8º49.02%80%-
HSV(B)292.8º21.83%89.8%-
XYZ60.6953.5981.27-
YUV197.86145.58145.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 179 (70.31% from 255) = 28.37%
BLUE value IS 229 (89.84% from 255) = 36.29%
R=35.34%
G=28.37%
B=36.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231792290.030.2200.10292.849.0280
HexDFB3E53160A1253150
Octal33726334532601244561120
Binary1101111110110011111001011110110010101001001011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3E5; }

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

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

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

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

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

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

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

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