#D5D3D5

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

Shades of Thistle #D5D3D5

Tints of Thistle #D5D3D5

Color information

#D5D3D5 (or 0xD5D3D5) is unknown color: approx Thistle. HEX triplet: D5, D3 and D5. RGB value is (213,211,213). Sum of RGB (Red+Green+Blue) = 213+211+213=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D5D3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D3D5 is #2A2C2A. Grayscale: #D3D3D3. Windows color (decimal): -2763819 or 14013397. OLE color: 14013397.

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

Color convert

RGB213211213-
CMYK00.0100.16
HSL300º2.33%83.14%-
HSV(B)300º0.94%83.53%-
XYZ62.7565.5472.29-
YUV211.83128.66128.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=33.44%
G=33.12%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321121300.0100.163002.3383.14
HexD5D3D50101012c253
Octal325323325010204542123
Binary11010101110100111101010101010000100101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D3D5; }

 p { color: rgb(213,211,213); }

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

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

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

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

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

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

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