#DBBDDB

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

Shades of Thistle #DBBDDB

Tints of Thistle #DBBDDB

Color information

#DBBDDB (or 0xDBBDDB) is unknown color: approx Thistle. HEX triplet: DB, BD and DB. RGB value is (219,189,219). Sum of RGB (Red+Green+Blue) = 219+189+219=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDDB is #244224. Grayscale: #C9C9C9. Windows color (decimal): -2376229 or 14400987. OLE color: 14400987.

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

Color convert

RGB219189219-
CMYK00.1400.14
HSL300º29.41%80%-
HSV(B)300º13.7%85.88%-
XYZ60.256.5774.76-
YUV201.39137.94140.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.93%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=34.93%
G=30.14%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918921900.1400.1430029.4180
HexDBBDDB0E0E12c1d50
Octal33327533301601645435120
Binary1101101110111101110110110111001110100101100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDDB; }

 p { color: rgb(219,189,219); }

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

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

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

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

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

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

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