#D9C7DB

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

Shades of Thistle #D9C7DB

Tints of Thistle #D9C7DB

Color information

#D9C7DB (or 0xD9C7DB) is unknown color: approx Thistle. HEX triplet: D9, C7 and DB. RGB value is (217,199,219). Sum of RGB (Red+Green+Blue) = 217+199+219=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7DB is #263824. Grayscale: #CECECE. Windows color (decimal): -2504741 or 14403545. OLE color: 14403545.

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

Color convert

RGB217199219-
CMYK0.010.0900.14
HSL294º21.74%81.96%-
HSV(B)294º9.13%85.88%-
XYZ61.8260.7175.48-
YUV206.66134.96135.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.17%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=34.17%
G=31.34%
B=34.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171992190.010.0900.1429421.7481.96
HexD9C7DB190E1261652
Octal33130733311101644626122
Binary1101100111000111110110111100101110100100110101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C7DB; }

 p { color: rgb(217,199,219); }

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

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

 a { background-color: rgb(217,199,219); }

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

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

 span { border-color: rgb(217,199,219); }

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