#D6B2DD

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

Shades of Thistle #D6B2DD

Tints of Thistle #D6B2DD

Color information

#D6B2DD (or 0xD6B2DD) is unknown color: approx Thistle. HEX triplet: D6, B2 and DD. RGB value is (214,178,221). Sum of RGB (Red+Green+Blue) = 214+178+221=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2DD is #294D22. Grayscale: #C1C1C1. Windows color (decimal): -2706723 or 14529238. OLE color: 14529238.

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

Color convert

RGB214178221-
CMYK0.030.1900.13
HSL290.23º38.74%78.24%-
HSV(B)290.23º19.46%86.67%-
XYZ56.751.3675.33-
YUV193.67143.43142.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 178 (69.92% from 255) = 29.04%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=34.91%
G=29.04%
B=36.05%

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
Decimal2141782210.030.1900.13290.2338.7478.24
HexD6B2DD3130D122274e
Octal32626233532301544247116
Binary1101011010110010110111011110011011011001000101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B2DD; }

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

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

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

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

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

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

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

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