#D7C6DA

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

Shades of Thistle #D7C6DA

Tints of Thistle #D7C6DA

Color information

#D7C6DA (or 0xD7C6DA) is unknown color: approx Thistle. HEX triplet: D7, C6 and DA. RGB value is (215,198,218). Sum of RGB (Red+Green+Blue) = 215+198+218=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7C6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C6DA is #283925. Grayscale: #CDCDCD. Windows color (decimal): -2636070 or 14337751. OLE color: 14337751.

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

Color convert

RGB215198218-
CMYK0.010.0900.15
HSL291º21.28%81.57%-
HSV(B)291º9.17%85.49%-
XYZ60.8759.974.68-
YUV205.36135.13134.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.07%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=34.07%
G=31.38%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151982180.010.0900.1529121.2881.57
HexD7C6DA190F1231552
Octal32730633211101744325122
Binary1101011111000110110110101100101111100100011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C6DA; }

 p { color: rgb(215,198,218); }

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

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

 a { background-color: rgb(215,198,218); }

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

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

 span { border-color: rgb(215,198,218); }

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