#D6C3D8

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

Shades of Thistle #D6C3D8

Tints of Thistle #D6C3D8

Color information

#D6C3D8 (or 0xD6C3D8) is unknown color: approx Thistle. HEX triplet: D6, C3 and D8. RGB value is (214,195,216). Sum of RGB (Red+Green+Blue) = 214+195+216=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6C3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3D8 is #293C27. Grayscale: #CBCBCB. Windows color (decimal): -2702376 or 14205910. OLE color: 14205910.

HSL color Cylindrical-coordinate representation of color #D6C3D8: hue angle of 294.29º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C3D8 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214195216-
CMYK0.010.1000.15
HSL294.29º21.21%80.59%-
HSV(B)294.29º9.72%84.71%-
XYZ59.6458.2873.07-
YUV203.08135.29135.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 195 (76.56% from 255) = 31.2%
BLUE value IS 216 (84.77% from 255) = 34.56%
R=34.24%
G=31.2%
B=34.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141952160.010.1000.15294.2921.2180.59
HexD6C3D81A0F1261551
Octal32630333011201744625121
Binary1101011011000011110110001101001111100100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3D8; }

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

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

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

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

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

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

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

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