#D7C5D9

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

Shades of Thistle #D7C5D9

Tints of Thistle #D7C5D9

Color information

#D7C5D9 (or 0xD7C5D9) is unknown color: approx Thistle. HEX triplet: D7, C5 and D9. RGB value is (215,197,217). Sum of RGB (Red+Green+Blue) = 215+197+217=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 217 - color contains mainly: blue. Hex color #D7C5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C5D9 is #283A26. Grayscale: #CCCCCC. Windows color (decimal): -2636327 or 14271959. OLE color: 14271959.

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

Color convert

RGB215197217-
CMYK0.010.0900.15
HSL294º20.83%81.18%-
HSV(B)294º9.22%85.1%-
XYZ60.5159.3973.92-
YUV204.66134.96135.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.18%
GREEN value IS 197 (77.34% from 255) = 31.32%
BLUE value IS 217 (85.16% from 255) = 34.50%
R=34.18%
G=31.32%
B=34.50%

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
Decimal2151972170.010.0900.1529420.8381.18
HexD7C5D9190F1261551
Octal32730533111101744625121
Binary1101011111000101110110011100101111100100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C5D9; }

 p { color: rgb(215,197,217); }

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

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

 a { background-color: rgb(215,197,217); }

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

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

 span { border-color: rgb(215,197,217); }

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