#D6B4DD

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

Shades of Thistle #D6B4DD

Tints of Thistle #D6B4DD

Color information

#D6B4DD (or 0xD6B4DD) is unknown color: approx Thistle. HEX triplet: D6, B4 and DD. RGB value is (214,180,221). Sum of RGB (Red+Green+Blue) = 214+180+221=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6B4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B4DD is #294B22. Grayscale: #C2C2C2. Windows color (decimal): -2706211 or 14529750. OLE color: 14529750.

HSL color Cylindrical-coordinate representation of color #D6B4DD: hue angle of 289.76º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6B4DD is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214180221-
CMYK0.030.1900.13
HSL289.76º37.61%78.63%-
HSV(B)289.76º18.55%86.67%-
XYZ57.152.1675.46-
YUV194.84142.76141.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.80%
GREEN value IS 180 (70.70% from 255) = 29.27%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=34.80%
G=29.27%
B=35.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141802210.030.1900.13289.7637.6178.63
HexD6B4DD3130D122264f
Octal32626433532301544246117
Binary1101011010110100110111011110011011011001000101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B4DD; }

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

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

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

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

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

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

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

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