#DBC8DC

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

Shades of Thistle #DBC8DC

Tints of Thistle #DBC8DC

Color information

#DBC8DC (or 0xDBC8DC) is unknown color: approx Thistle. HEX triplet: DB, C8 and DC. RGB value is (219,200,220). Sum of RGB (Red+Green+Blue) = 219+200+220=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8DC is #243723. Grayscale: #CFCFCF. Windows color (decimal): -2373412 or 14469339. OLE color: 14469339.

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

Color convert

RGB219200220-
CMYK0.000.0900.14
HSL297º22.22%82.35%-
HSV(B)297º9.09%86.27%-
XYZ62.7961.5476.28-
YUV207.96134.79135.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=34.27%
G=31.30%
B=34.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192002200.000.0900.1429722.2282.35
HexDBC8DC090E1291652
Octal33331033401101645126122
Binary1101101111001000110111000100101110100101001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8DC; }

 p { color: rgb(219,200,220); }

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

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

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

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

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

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

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