#DBB8DC

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

Shades of Thistle #DBB8DC

Tints of Thistle #DBB8DC

Color information

#DBB8DC (or 0xDBB8DC) is unknown color: approx Thistle. HEX triplet: DB, B8 and DC. RGB value is (219,184,220). Sum of RGB (Red+Green+Blue) = 219+184+220=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8DC is #244723. Grayscale: #C6C6C6. Windows color (decimal): -2377508 or 14465243. OLE color: 14465243.

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

Color convert

RGB219184220-
CMYK0.000.1600.14
HSL298.33º33.96%79.22%-
HSV(B)298.33º16.36%86.27%-
XYZ59.2754.5175.11-
YUV198.57140.1142.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 184 (72.27% from 255) = 29.53%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=35.15%
G=29.53%
B=35.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191842200.000.1600.14298.3333.9679.22
HexDBB8DC0100E12a224f
Octal33327033402001645242117
Binary110110111011100011011100010000011101001010101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8DC; }

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

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

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

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

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

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

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

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