#DDC6DD

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

Shades of Thistle #DDC6DD

Tints of Thistle #DDC6DD

Color information

#DDC6DD (or 0xDDC6DD) is unknown color: approx Thistle. HEX triplet: DD, C6 and DD. RGB value is (221,198,221). Sum of RGB (Red+Green+Blue) = 221+198+221=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6DD is #223922. Grayscale: #CFCFCF. Windows color (decimal): -2242851 or 14534365. OLE color: 14534365.

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

Color convert

RGB221198221-
CMYK00.1000.13
HSL300º25.27%82.16%-
HSV(B)300º10.41%86.67%-
XYZ63.0660.9876.85-
YUV207.5135.62137.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 198 (77.73% from 255) = 30.94%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=34.53%
G=30.94%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119822100.1000.1330025.2782.16
HexDDC6DD0A0D12c1952
Octal33530633501201545431122
Binary1101110111000110110111010101001101100101100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6DD; }

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

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

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

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

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

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

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

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