#DBBBDA

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

Shades of Thistle #DBBBDA

Tints of Thistle #DBBBDA

Color information

#DBBBDA (or 0xDBBBDA) is unknown color: approx Thistle. HEX triplet: DB, BB and DA. RGB value is (219,187,218). Sum of RGB (Red+Green+Blue) = 219+187+218=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBDA is #244425. Grayscale: #C8C8C8. Windows color (decimal): -2376742 or 14334939. OLE color: 14334939.

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

Color convert

RGB219187218-
CMYK00.150.000.14
HSL301.88º30.77%79.61%-
HSV(B)301.88º14.61%85.88%-
XYZ59.6455.6673.93-
YUV200.1138.1141.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=35.10%
G=29.97%
B=34.94%

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
Decimal21918721800.150.000.14301.8830.7779.61
HexDBBBDA0F0E12e1f50
Octal33327333201701645637120
Binary1101101110111011110110100111101110100101110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBDA; }

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

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

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

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

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

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

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

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