#D5C6D8

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

Shades of Thistle #D5C6D8

Tints of Thistle #D5C6D8

Color information

#D5C6D8 (or 0xD5C6D8) is unknown color: approx Thistle. HEX triplet: D5, C6 and D8. RGB value is (213,198,216). Sum of RGB (Red+Green+Blue) = 213+198+216=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5C6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6D8 is #2A3927. Grayscale: #CCCCCC. Windows color (decimal): -2767144 or 14206677. OLE color: 14206677.

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

Color convert

RGB213198216-
CMYK0.010.0800.15
HSL290º18.75%81.18%-
HSV(B)290º8.33%84.71%-
XYZ60.0359.4973.28-
YUV204.54134.47134.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 198 (77.73% from 255) = 31.58%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=33.97%
G=31.58%
B=34.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131982160.010.0800.1529018.7581.18
HexD5C6D8180F1221351
Octal32530633011001744223121
Binary1101010111000110110110001100001111100100010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C6D8; }

 p { color: rgb(213,198,216); }

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

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

 a { background-color: rgb(213,198,216); }

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

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

 span { border-color: rgb(213,198,216); }

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