#D9C9DC

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

Shades of Thistle #D9C9DC

Tints of Thistle #D9C9DC

Color information

#D9C9DC (or 0xD9C9DC) is unknown color: approx Thistle. HEX triplet: D9, C9 and DC. RGB value is (217,201,220). Sum of RGB (Red+Green+Blue) = 217+201+220=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9DC is #263623. Grayscale: #CFCFCF. Windows color (decimal): -2504228 or 14469593. OLE color: 14469593.

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

Color convert

RGB217201220-
CMYK0.010.0900.14
HSL290.53º21.35%82.55%-
HSV(B)290.53º8.64%86.27%-
XYZ62.4261.6976.33-
YUV207.95134.8134.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=34.01%
G=31.50%
B=34.48%

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
Decimal2172012200.010.0900.14290.5321.3582.55
HexD9C9DC190E1231553
Octal33131133411101644325123
Binary1101100111001001110111001100101110100100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9DC; }

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

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

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

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

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

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

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

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