#DBB4DC

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

Shades of Thistle #DBB4DC

Tints of Thistle #DBB4DC

Color information

#DBB4DC (or 0xDBB4DC) is unknown color: approx Thistle. HEX triplet: DB, B4 and DC. RGB value is (219,180,220). Sum of RGB (Red+Green+Blue) = 219+180+220=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4DC is #244B23. Grayscale: #C4C4C4. Windows color (decimal): -2378532 or 14464219. OLE color: 14464219.

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

Color convert

RGB219180220-
CMYK0.000.1800.14
HSL298.5º36.36%78.43%-
HSV(B)298.5º18.18%86.27%-
XYZ58.4552.8774.83-
YUV196.22141.42144.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 180 (70.70% from 255) = 29.08%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=35.38%
G=29.08%
B=35.54%

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
Decimal2191802200.000.1800.14298.536.3678.43
HexDBB4DC0120E12a244e
Octal33326433402201645244116
Binary110110111011010011011100010010011101001010101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4DC; }

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

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

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

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

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

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

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

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