#DBB2DD

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

Shades of Thistle #DBB2DD

Tints of Thistle #DBB2DD

Color information

#DBB2DD (or 0xDBB2DD) is unknown color: approx Thistle. HEX triplet: DB, B2 and DD. RGB value is (219,178,221). Sum of RGB (Red+Green+Blue) = 219+178+221=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2DD is #244D22. Grayscale: #C3C3C3. Windows color (decimal): -2379043 or 14529243. OLE color: 14529243.

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

Color convert

RGB219178221-
CMYK0.010.1900.13
HSL297.21º38.74%78.24%-
HSV(B)297.21º19.46%86.67%-
XYZ58.1852.1275.4-
YUV195.16142.58145-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 178 (69.92% from 255) = 28.80%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=35.44%
G=28.80%
B=35.76%

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
Decimal2191782210.010.1900.13297.2138.7478.24
HexDBB2DD1130D129274e
Octal33326233512301545147116
Binary110110111011001011011101110011011011001010011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2DD; }

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

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

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

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

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

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

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

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