#DCC8D9

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

Shades of Thistle #DCC8D9

Tints of Thistle #DCC8D9

Color information

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

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

Color convert

RGB220200217-
CMYK00.090.010.14
HSL309º22.22%82.35%-
HSV(B)309º9.09%86.27%-
XYZ62.6961.5374.22-
YUV207.92133.13136.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020021700.090.010.1430922.2282.35
HexDCC8D9091E1351652
Octal33431033101111646526122
Binary1101110011001000110110010100111110100110101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8D9; }

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

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

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

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

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

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

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

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