#D6B4D8

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

Shades of Thistle #D6B4D8

Tints of Thistle #D6B4D8

Color information

#D6B4D8 (or 0xD6B4D8) is unknown color: approx Thistle. HEX triplet: D6, B4 and D8. RGB value is (214,180,216). Sum of RGB (Red+Green+Blue) = 214+180+216=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6B4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B4D8 is #294B27. Grayscale: #C2C2C2. Windows color (decimal): -2706216 or 14202070. OLE color: 14202070.

HSL color Cylindrical-coordinate representation of color #D6B4D8: hue angle of 296.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B4D8 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214180216-
CMYK0.010.1700.15
HSL296.67º31.58%77.65%-
HSV(B)296.67º16.67%84.71%-
XYZ56.4551.972.01-
YUV194.27140.26142.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.08%
GREEN value IS 180 (70.70% from 255) = 29.51%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=35.08%
G=29.51%
B=35.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141802160.010.1700.15296.6731.5877.65
HexD6B4D81110F129204e
Octal32626433012101745140116
Binary110101101011010011011000110001011111001010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B4D8; }

 p { color: rgb(214,180,216); }

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

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

 a { background-color: rgb(214,180,216); }

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

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

 span { border-color: rgb(214,180,216); }

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