#DBBADA

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

Shades of Thistle #DBBADA

Tints of Thistle #DBBADA

Color information

#DBBADA (or 0xDBBADA) is unknown color: approx Thistle. HEX triplet: DB, BA and DA. RGB value is (219,186,218). Sum of RGB (Red+Green+Blue) = 219+186+218=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBADA is #244525. Grayscale: #C7C7C7. Windows color (decimal): -2376998 or 14334683. OLE color: 14334683.

HSL color Cylindrical-coordinate representation of color #DBBADA: hue angle of 301.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBADA is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219186218-
CMYK00.150.000.14
HSL301.82º31.43%79.41%-
HSV(B)301.82º15.07%85.88%-
XYZ59.4355.2473.86-
YUV199.52138.43141.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=35.15%
G=29.86%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918621800.150.000.14301.8231.4379.41
HexDBBADA0F0E12e1f4f
Octal33327233201701645637117
Binary1101101110111010110110100111101110100101110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBADA; }

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

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

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

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

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

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

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

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