#DBB3DE

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

Shades of Thistle #DBB3DE

Tints of Thistle #DBB3DE

Color information

#DBB3DE (or 0xDBB3DE) is unknown color: approx Thistle. HEX triplet: DB, B3 and DE. RGB value is (219,179,222). Sum of RGB (Red+Green+Blue) = 219+179+222=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBB3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3DE is #244C21. Grayscale: #C3C3C3. Windows color (decimal): -2378786 or 14595035. OLE color: 14595035.

HSL color Cylindrical-coordinate representation of color #DBB3DE: hue angle of 295.81º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB3DE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219179222-
CMYK0.010.1900.13
HSL295.81º39.45%78.63%-
HSV(B)295.81º19.37%87.06%-
XYZ58.5252.5776.17-
YUV195.86142.75144.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 179 (70.31% from 255) = 28.87%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=35.32%
G=28.87%
B=35.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191792220.010.1900.13295.8139.4578.63
HexDBB3DE1130D128274f
Octal33326333612301545047117
Binary110110111011001111011110110011011011001010001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3DE; }

 p { color: rgb(219,179,222); }

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

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

 a { background-color: rgb(219,179,222); }

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

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

 span { border-color: rgb(219,179,222); }

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