#D9B6DC

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

Shades of Thistle #D9B6DC

Tints of Thistle #D9B6DC

Color information

#D9B6DC (or 0xD9B6DC) is unknown color: approx Thistle. HEX triplet: D9, B6 and DC. RGB value is (217,182,220). Sum of RGB (Red+Green+Blue) = 217+182+220=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9B6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B6DC is #264923. Grayscale: #C4C4C4. Windows color (decimal): -2509092 or 14464729. OLE color: 14464729.

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

Color convert

RGB217182220-
CMYK0.010.1700.14
HSL295.26º35.19%78.82%-
HSV(B)295.26º17.27%86.27%-
XYZ58.2653.3774.94-
YUV196.8141.1142.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.06%
GREEN value IS 182 (71.48% from 255) = 29.40%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=35.06%
G=29.40%
B=35.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171822200.010.1700.14295.2635.1978.82
HexD9B6DC1110E127234f
Octal33126633412101644743117
Binary110110011011011011011100110001011101001001111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B6DC; }

 p { color: rgb(217,182,220); }

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

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

 a { background-color: rgb(217,182,220); }

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

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

 span { border-color: rgb(217,182,220); }

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