#DBC6DB

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

Shades of Thistle #DBC6DB

Tints of Thistle #DBC6DB

Color information

#DBC6DB (or 0xDBC6DB) is unknown color: approx Thistle. HEX triplet: DB, C6 and DB. RGB value is (219,198,219). Sum of RGB (Red+Green+Blue) = 219+198+219=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6DB is #243924. Grayscale: #CECECE. Windows color (decimal): -2373925 or 14403291. OLE color: 14403291.

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

Color convert

RGB219198219-
CMYK00.1000.14
HSL300º22.58%81.76%-
HSV(B)300º9.59%85.88%-
XYZ62.1960.5675.43-
YUV206.67134.96136.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 198 (77.73% from 255) = 31.13%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=34.43%
G=31.13%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919821900.1000.1430022.5881.76
HexDBC6DB0A0E12c1752
Octal33330633301201645427122
Binary1101101111000110110110110101001110100101100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC6DB; }

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

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

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

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

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

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

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

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