#D9C9DA

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

Shades of Thistle #D9C9DA

Tints of Thistle #D9C9DA

Color information

#D9C9DA (or 0xD9C9DA) is unknown color: approx Thistle. HEX triplet: D9, C9 and DA. RGB value is (217,201,218). Sum of RGB (Red+Green+Blue) = 217+201+218=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9C9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9DA is #263625. Grayscale: #CFCFCF. Windows color (decimal): -2504230 or 14338521. OLE color: 14338521.

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

Color convert

RGB217201218-
CMYK0.000.0800.15
HSL296.47º18.68%82.16%-
HSV(B)296.47º7.8%85.49%-
XYZ62.1661.5974.94-
YUV207.72133.8134.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 201 (78.91% from 255) = 31.60%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=34.12%
G=31.60%
B=34.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172012180.000.0800.15296.4718.6882.16
HexD9C9DA080F1281352
Octal33131133201001745023122
Binary1101100111001001110110100100001111100101000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9DA; }

 p { color: rgb(217,201,218); }

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

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

 a { background-color: rgb(217,201,218); }

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

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

 span { border-color: rgb(217,201,218); }

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