#DBC3DA

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

Shades of Thistle #DBC3DA

Tints of Thistle #DBC3DA

Color information

#DBC3DA (or 0xDBC3DA) is unknown color: approx Thistle. HEX triplet: DB, C3 and DA. RGB value is (219,195,218). Sum of RGB (Red+Green+Blue) = 219+195+218=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3DA is #243C25. Grayscale: #CCCCCC. Windows color (decimal): -2374694 or 14336987. OLE color: 14336987.

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

Color convert

RGB219195218-
CMYK00.110.000.14
HSL302.5º25%81.18%-
HSV(B)302.5º10.96%85.88%-
XYZ61.3859.1574.51-
YUV204.8135.45138.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 195 (76.56% from 255) = 30.85%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=34.65%
G=30.85%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919521800.110.000.14302.52581.18
HexDBC3DA0B0E12e1951
Octal33330333201301645631121
Binary1101101111000011110110100101101110100101110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3DA; }

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

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

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

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

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

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

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

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