#D9C6DD

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

Shades of Thistle #D9C6DD

Tints of Thistle #D9C6DD

Color information

#D9C6DD (or 0xD9C6DD) is unknown color: approx Thistle. HEX triplet: D9, C6 and DD. RGB value is (217,198,221). Sum of RGB (Red+Green+Blue) = 217+198+221=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9C6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6DD is #263922. Grayscale: #CECECE. Windows color (decimal): -2504995 or 14534361. OLE color: 14534361.

HSL color Cylindrical-coordinate representation of color #D9C6DD: hue angle of 289.57º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9C6DD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217198221-
CMYK0.020.1000.13
HSL289.57º25.27%82.16%-
HSV(B)289.57º10.41%86.67%-
XYZ61.8660.3676.8-
YUV206.3136.29135.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 198 (77.73% from 255) = 31.13%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=34.12%
G=31.13%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171982210.020.1000.13289.5725.2782.16
HexD9C6DD2A0D1221952
Octal33130633521201544231122
Binary11011001110001101101110110101001101100100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6DD; }

 p { color: rgb(217,198,221); }

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

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

 a { background-color: rgb(217,198,221); }

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

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

 span { border-color: rgb(217,198,221); }

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