#D6C2DB

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

Shades of Thistle #D6C2DB

Tints of Thistle #D6C2DB

Color information

#D6C2DB (or 0xD6C2DB) is unknown color: approx Thistle. HEX triplet: D6, C2 and DB. RGB value is (214,194,219). Sum of RGB (Red+Green+Blue) = 214+194+219=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2DB is #293D24. Grayscale: #CACACA. Windows color (decimal): -2702629 or 14402262. OLE color: 14402262.

HSL color Cylindrical-coordinate representation of color #D6C2DB: hue angle of 288º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6C2DB is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214194219-
CMYK0.020.1100.14
HSL288º25.77%80.98%-
HSV(B)288º11.42%85.88%-
XYZ59.8157.9975.06-
YUV202.83137.13135.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=34.13%
G=30.94%
B=34.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141942190.020.1100.1428825.7780.98
HexD6C2DB2B0E1201a51
Octal32630233321301644032121
Binary11010110110000101101101110101101110100100000110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2DB; }

 p { color: rgb(214,194,219); }

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

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

 a { background-color: rgb(214,194,219); }

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

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

 span { border-color: rgb(214,194,219); }

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