#DDC7DA

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

Shades of Thistle #DDC7DA

Tints of Thistle #DDC7DA

Color information

#DDC7DA (or 0xDDC7DA) is unknown color: approx Thistle. HEX triplet: DD, C7 and DA. RGB value is (221,199,218). Sum of RGB (Red+Green+Blue) = 221+199+218=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7DA is #223825. Grayscale: #CFCFCF. Windows color (decimal): -2242598 or 14338013. OLE color: 14338013.

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

Color convert

RGB221199218-
CMYK00.100.010.13
HSL308.18º24.44%82.35%-
HSV(B)308.18º9.95%86.67%-
XYZ62.961.2874.84-
YUV207.74133.79137.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 199 (78.12% from 255) = 31.19%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=34.64%
G=31.19%
B=34.17%

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
Decimal22119921800.100.010.13308.1824.4482.35
HexDDC7DA0A1D1341852
Octal33530733201211546430122
Binary1101110111000111110110100101011101100110100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7DA; }

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

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

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

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

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

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

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

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