#D6B9D4

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

Shades of Thistle #D6B9D4

Tints of Thistle #D6B9D4

Color information

#D6B9D4 (or 0xD6B9D4) is unknown color: approx Thistle. HEX triplet: D6, B9 and D4. RGB value is (214,185,212). Sum of RGB (Red+Green+Blue) = 214+185+212=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9D4 is #29462B. Grayscale: #C4C4C4. Windows color (decimal): -2704940 or 13941206. OLE color: 13941206.

HSL color Cylindrical-coordinate representation of color #D6B9D4: hue angle of 304.14º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6B9D4 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB214185212-
CMYK00.140.010.16
HSL304.14º26.13%78.24%-
HSV(B)304.14º13.55%83.92%-
XYZ56.9653.7569.66-
YUV196.75136.61140.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=35.02%
G=30.28%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418521200.140.010.16304.1426.1378.24
HexD6B9D40E1101301a4e
Octal32627132401612046032116
Binary11010110101110011101010001110110000100110000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9D4; }

 p { color: rgb(214,185,212); }

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

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

 a { background-color: rgb(214,185,212); }

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

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

 span { border-color: rgb(214,185,212); }

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