#D6B5DC

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

Shades of Thistle #D6B5DC

Tints of Thistle #D6B5DC

Color information

#D6B5DC (or 0xD6B5DC) is unknown color: approx Thistle. HEX triplet: D6, B5 and DC. RGB value is (214,181,220). Sum of RGB (Red+Green+Blue) = 214+181+220=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5DC is #294A23. Grayscale: #C3C3C3. Windows color (decimal): -2705956 or 14464470. OLE color: 14464470.

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

Color convert

RGB214181220-
CMYK0.030.1800.14
HSL290.77º35.78%78.63%-
HSV(B)290.77º17.73%86.27%-
XYZ57.1752.5174.83-
YUV195.31141.93141.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.80%
GREEN value IS 181 (71.09% from 255) = 29.43%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=34.80%
G=29.43%
B=35.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141812200.030.1800.14290.7735.7878.63
HexD6B5DC3120E123244f
Octal32626533432201644344117
Binary1101011010110101110111001110010011101001000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B5DC; }

 p { color: rgb(214,181,220); }

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

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

 a { background-color: rgb(214,181,220); }

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

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

 span { border-color: rgb(214,181,220); }

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