#D9B7DD

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

Shades of Thistle #D9B7DD

Tints of Thistle #D9B7DD

Color information

#D9B7DD (or 0xD9B7DD) is unknown color: approx Thistle. HEX triplet: D9, B7 and DD. RGB value is (217,183,221). Sum of RGB (Red+Green+Blue) = 217+183+221=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9B7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B7DD is #264822. Grayscale: #C5C5C5. Windows color (decimal): -2508835 or 14530521. OLE color: 14530521.

HSL color Cylindrical-coordinate representation of color #D9B7DD: hue angle of 293.68º 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 #D9B7DD is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217183221-
CMYK0.020.1700.13
HSL293.68º35.85%79.22%-
HSV(B)293.68º17.19%86.67%-
XYZ58.653.8475.71-
YUV197.5141.26141.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.94%
GREEN value IS 183 (71.88% from 255) = 29.47%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=34.94%
G=29.47%
B=35.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171832210.020.1700.13293.6835.8579.22
HexD9B7DD2110D126244f
Octal33126733522101544644117
Binary1101100110110111110111011010001011011001001101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B7DD; }

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

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

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

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

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

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

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

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