#DBC7DB

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

Shades of Thistle #DBC7DB

Tints of Thistle #DBC7DB

Color information

#DBC7DB (or 0xDBC7DB) is unknown color: approx Thistle. HEX triplet: DB, C7 and DB. RGB value is (219,199,219). Sum of RGB (Red+Green+Blue) = 219+199+219=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7DB is #243824. Grayscale: #CFCFCF. Windows color (decimal): -2373669 or 14403547. OLE color: 14403547.

HSL color Cylindrical-coordinate representation of color #DBC7DB: hue angle of 300º 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 #DBC7DB is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219199219-
CMYK00.0900.14
HSL300º21.74%81.96%-
HSV(B)300º9.13%85.88%-
XYZ62.4261.0275.51-
YUV207.26134.63136.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 199 (78.12% from 255) = 31.24%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=34.38%
G=31.24%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919921900.0900.1430021.7481.96
HexDBC7DB090E12c1652
Octal33330733301101645426122
Binary1101101111000111110110110100101110100101100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC7DB; }

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

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

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

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

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

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

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

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