#DCC6DD

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

Shades of Thistle #DCC6DD

Tints of Thistle #DCC6DD

Color information

#DCC6DD (or 0xDCC6DD) is unknown color: approx Thistle. HEX triplet: DC, C6 and DD. RGB value is (220,198,221). Sum of RGB (Red+Green+Blue) = 220+198+221=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6DD is #233922. Grayscale: #CFCFCF. Windows color (decimal): -2308387 or 14534364. OLE color: 14534364.

HSL color Cylindrical-coordinate representation of color #DCC6DD: hue angle of 297.39º 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 #DCC6DD is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220198221-
CMYK0.000.1000.13
HSL297.39º25.27%82.16%-
HSV(B)297.39º10.41%86.67%-
XYZ62.7660.8276.84-
YUV207.2135.79137.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 198 (77.73% from 255) = 30.99%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=34.43%
G=30.99%
B=34.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201982210.000.1000.13297.3925.2782.16
HexDCC6DD0A0D1291952
Octal33430633501201545131122
Binary1101110011000110110111010101001101100101001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6DD; }

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

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

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

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

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

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

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

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