#DBC5DC

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

Shades of Thistle #DBC5DC

Tints of Thistle #DBC5DC

Color information

#DBC5DC (or 0xDBC5DC) is unknown color: approx Thistle. HEX triplet: DB, C5 and DC. RGB value is (219,197,220). Sum of RGB (Red+Green+Blue) = 219+197+220=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5DC is #243A23. Grayscale: #CECECE. Windows color (decimal): -2374180 or 14468571. OLE color: 14468571.

HSL color Cylindrical-coordinate representation of color #DBC5DC: hue angle of 297.39º degrees, saturation: 0.25, 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 #DBC5DC is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219197220-
CMYK0.000.1000.14
HSL297.39º24.73%81.76%-
HSV(B)297.39º10.45%86.27%-
XYZ62.160.1676.05-
YUV206.2135.79137.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=34.43%
G=30.97%
B=34.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191972200.000.1000.14297.3924.7381.76
HexDBC5DC0A0E1291952
Octal33330533401201645131122
Binary1101101111000101110111000101001110100101001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC5DC; }

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

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

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

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

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

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

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

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