#DBB5DC

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

Shades of Thistle #DBB5DC

Tints of Thistle #DBB5DC

Color information

#DBB5DC (or 0xDBB5DC) is unknown color: approx Thistle. HEX triplet: DB, B5 and DC. RGB value is (219,181,220). Sum of RGB (Red+Green+Blue) = 219+181+220=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5DC is #244A23. Grayscale: #C4C4C4. Windows color (decimal): -2378276 or 14464475. OLE color: 14464475.

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

Color convert

RGB219181220-
CMYK0.000.1800.14
HSL298.46º35.78%78.63%-
HSV(B)298.46º17.73%86.27%-
XYZ58.6653.2874.9-
YUV196.81141.09143.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 181 (71.09% from 255) = 29.19%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=35.32%
G=29.19%
B=35.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191812200.000.1800.14298.4635.7878.63
HexDBB5DC0120E12a244f
Octal33326533402201645244117
Binary110110111011010111011100010010011101001010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5DC; }

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

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

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

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

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

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

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

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