#DBB7DD

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

Shades of Thistle #DBB7DD

Tints of Thistle #DBB7DD

Color information

#DBB7DD (or 0xDBB7DD) is unknown color: approx Thistle. HEX triplet: DB, B7 and DD. RGB value is (219,183,221). Sum of RGB (Red+Green+Blue) = 219+183+221=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7DD is #244822. Grayscale: #C5C5C5. Windows color (decimal): -2377763 or 14530523. OLE color: 14530523.

HSL color Cylindrical-coordinate representation of color #DBB7DD: hue angle of 296.84º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB7DD is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219183221-
CMYK0.010.1700.13
HSL296.84º35.85%79.22%-
HSV(B)296.84º17.19%86.67%-
XYZ59.254.1575.74-
YUV198.1140.93142.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 183 (71.88% from 255) = 29.37%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=35.15%
G=29.37%
B=35.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191832210.010.1700.13296.8435.8579.22
HexDBB7DD1110D129244f
Octal33326733512101545144117
Binary110110111011011111011101110001011011001010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7DD; }

 p { color: rgb(219,183,221); }

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

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

 a { background-color: rgb(219,183,221); }

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

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

 span { border-color: rgb(219,183,221); }

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