#DDC6DA

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

Shades of Thistle #DDC6DA

Tints of Thistle #DDC6DA

Color information

#DDC6DA (or 0xDDC6DA) is unknown color: approx Thistle. HEX triplet: DD, C6 and DA. RGB value is (221,198,218). Sum of RGB (Red+Green+Blue) = 221+198+218=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6DA is #223925. Grayscale: #CFCFCF. Windows color (decimal): -2242854 or 14337757. OLE color: 14337757.

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

Color convert

RGB221198218-
CMYK00.100.010.13
HSL307.83º25.27%82.16%-
HSV(B)307.83º10.41%86.67%-
XYZ62.6760.8274.77-
YUV207.16134.12137.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=34.69%
G=31.08%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119821800.100.010.13307.8325.2782.16
HexDDC6DA0A1D1341952
Octal33530633201211546431122
Binary1101110111000110110110100101011101100110100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6DA; }

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

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

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

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

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

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

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

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