#DBBADD

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

Shades of Thistle #DBBADD

Tints of Thistle #DBBADD

Color information

#DBBADD (or 0xDBBADD) is unknown color: approx Thistle. HEX triplet: DB, BA and DD. RGB value is (219,186,221). Sum of RGB (Red+Green+Blue) = 219+186+221=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBADD is #244522. Grayscale: #C7C7C7. Windows color (decimal): -2376995 or 14531291. OLE color: 14531291.

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

Color convert

RGB219186221-
CMYK0.010.1600.13
HSL296.57º33.98%79.8%-
HSV(B)296.57º15.84%86.67%-
XYZ59.8255.475.95-
YUV199.86139.93141.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=34.98%
G=29.71%
B=35.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191862210.010.1600.13296.5733.9879.8
HexDBBADD1100D1292250
Octal33327233512001545142120
Binary110110111011101011011101110000011011001010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBADD; }

 p { color: rgb(219,186,221); }

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

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

 a { background-color: rgb(219,186,221); }

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

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

 span { border-color: rgb(219,186,221); }

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