#D9C8DC

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

Shades of Thistle #D9C8DC

Tints of Thistle #D9C8DC

Color information

#D9C8DC (or 0xD9C8DC) is unknown color: approx Thistle. HEX triplet: D9, C8 and DC. RGB value is (217,200,220). Sum of RGB (Red+Green+Blue) = 217+200+220=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8DC is #263723. Grayscale: #CFCFCF. Windows color (decimal): -2504484 or 14469337. OLE color: 14469337.

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

Color convert

RGB217200220-
CMYK0.010.0900.14
HSL291º22.22%82.35%-
HSV(B)291º9.09%86.27%-
XYZ62.1961.2376.25-
YUV207.36135.13134.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=34.07%
G=31.40%
B=34.54%

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
Decimal2172002200.010.0900.1429122.2282.35
HexD9C8DC190E1231652
Octal33131033411101644326122
Binary1101100111001000110111001100101110100100011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8DC; }

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

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

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

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

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

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

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

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