#D6C1D3

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

Shades of Thistle #D6C1D3

Tints of Thistle #D6C1D3

Color information

#D6C1D3 (or 0xD6C1D3) is unknown color: approx Thistle. HEX triplet: D6, C1 and D3. RGB value is (214,193,211). Sum of RGB (Red+Green+Blue) = 214+193+211=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1D3 is #293E2C. Grayscale: #C9C9C9. Windows color (decimal): -2702893 or 13877718. OLE color: 13877718.

HSL color Cylindrical-coordinate representation of color #D6C1D3: hue angle of 308.57º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C1D3 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB214193211-
CMYK00.100.010.16
HSL308.57º20.39%79.8%-
HSV(B)308.57º9.81%83.92%-
XYZ58.5657.1469.57-
YUV201.33133.46137.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.63%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=34.63%
G=31.23%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419321100.100.010.16308.5720.3979.8
HexD6C1D30A1101351450
Octal32630132301212046524120
Binary11010110110000011101001101010110000100110101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C1D3; }

 p { color: rgb(214,193,211); }

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

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

 a { background-color: rgb(214,193,211); }

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

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

 span { border-color: rgb(214,193,211); }

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