#D9B9DA

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

Shades of Thistle #D9B9DA

Tints of Thistle #D9B9DA

Color information

#D9B9DA (or 0xD9B9DA) is unknown color: approx Thistle. HEX triplet: D9, B9 and DA. RGB value is (217,185,218). Sum of RGB (Red+Green+Blue) = 217+185+218=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9DA is #264625. Grayscale: #C6C6C6. Windows color (decimal): -2508326 or 14334425. OLE color: 14334425.

HSL color Cylindrical-coordinate representation of color #D9B9DA: hue angle of 298.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9B9DA is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217185218-
CMYK0.000.1500.15
HSL298.18º30.84%79.02%-
HSV(B)298.18º15.14%85.49%-
XYZ58.6254.5173.76-
YUV198.33139.1141.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=35%
G=29.84%
B=35.16%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171852180.000.1500.15298.1830.8479.02
HexD9B9DA0F0F12a1f4f
Octal33127133201701745237117
Binary1101100110111001110110100111101111100101010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9DA; }

 p { color: rgb(217,185,218); }

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

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

 a { background-color: rgb(217,185,218); }

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

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

 span { border-color: rgb(217,185,218); }

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