#DBB4DD

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

Shades of Thistle #DBB4DD

Tints of Thistle #DBB4DD

Color information

#DBB4DD (or 0xDBB4DD) is unknown color: approx Thistle. HEX triplet: DB, B4 and DD. RGB value is (219,180,221). Sum of RGB (Red+Green+Blue) = 219+180+221=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4DD is #244B22. Grayscale: #C4C4C4. Windows color (decimal): -2378531 or 14529755. OLE color: 14529755.

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

Color convert

RGB219180221-
CMYK0.010.1900.13
HSL297.07º37.61%78.63%-
HSV(B)297.07º18.55%86.67%-
XYZ58.5952.9275.53-
YUV196.33141.92144.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 180 (70.70% from 255) = 29.03%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=35.32%
G=29.03%
B=35.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191802210.010.1900.13297.0737.6178.63
HexDBB4DD1130D129264f
Octal33326433512301545146117
Binary110110111011010011011101110011011011001010011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4DD; }

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

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

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

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

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

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

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

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