#D7C9DA

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

Shades of Thistle #D7C9DA

Tints of Thistle #D7C9DA

Color information

#D7C9DA (or 0xD7C9DA) is unknown color: approx Thistle. HEX triplet: D7, C9 and DA. RGB value is (215,201,218). Sum of RGB (Red+Green+Blue) = 215+201+218=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7C9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C9DA is #283625. Grayscale: #CFCFCF. Windows color (decimal): -2635302 or 14338519. OLE color: 14338519.

HSL color Cylindrical-coordinate representation of color #D7C9DA: hue angle of 289.41º 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 #D7C9DA is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215201218-
CMYK0.010.0800.15
HSL289.41º18.68%82.16%-
HSV(B)289.41º7.8%85.49%-
XYZ61.5761.2874.91-
YUV207.12134.14133.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.91%
GREEN value IS 201 (78.91% from 255) = 31.70%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=33.91%
G=31.70%
B=34.38%

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
Decimal2152012180.010.0800.15289.4118.6882.16
HexD7C9DA180F1211352
Octal32731133211001744123122
Binary1101011111001001110110101100001111100100001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C9DA; }

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

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

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

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

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

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

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

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