#DCC9DC

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

Shades of Thistle #DCC9DC

Tints of Thistle #DCC9DC

Color information

#DCC9DC (or 0xDCC9DC) is unknown color: approx Thistle. HEX triplet: DC, C9 and DC. RGB value is (220,201,220). Sum of RGB (Red+Green+Blue) = 220+201+220=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9DC is #233623. Grayscale: #D0D0D0. Windows color (decimal): -2307620 or 14469596. OLE color: 14469596.

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

Color convert

RGB220201220-
CMYK00.0900.14
HSL300º21.35%82.55%-
HSV(B)300º8.64%86.27%-
XYZ63.3262.1676.37-
YUV208.85134.29135.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 201 (78.91% from 255) = 31.36%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=34.32%
G=31.36%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020122000.0900.1430021.3582.55
HexDCC9DC090E12c1553
Octal33431133401101645425123
Binary1101110011001001110111000100101110100101100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9DC; }

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

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

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

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

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

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

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

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