#DBC0DA

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

Shades of Thistle #DBC0DA

Tints of Thistle #DBC0DA

Color information

#DBC0DA (or 0xDBC0DA) is unknown color: approx Thistle. HEX triplet: DB, C0 and DA. RGB value is (219,192,218). Sum of RGB (Red+Green+Blue) = 219+192+218=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0DA is #243F25. Grayscale: #CACACA. Windows color (decimal): -2375462 or 14336219. OLE color: 14336219.

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

Color convert

RGB219192218-
CMYK00.120.000.14
HSL302.22º27.27%80.59%-
HSV(B)302.22º12.33%85.88%-
XYZ60.7257.8274.29-
YUV203.04136.45139.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=34.82%
G=30.52%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919221800.120.000.14302.2227.2780.59
HexDBC0DA0C0E12e1b51
Octal33330033201401645633121
Binary1101101111000000110110100110001110100101110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0DA; }

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

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

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

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

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

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

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

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