#DDC4DA

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

Shades of Thistle #DDC4DA

Tints of Thistle #DDC4DA

Color information

#DDC4DA (or 0xDDC4DA) is unknown color: approx Thistle. HEX triplet: DD, C4 and DA. RGB value is (221,196,218). Sum of RGB (Red+Green+Blue) = 221+196+218=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4DA is #223B25. Grayscale: #CDCDCD. Windows color (decimal): -2243366 or 14337245. OLE color: 14337245.

HSL color Cylindrical-coordinate representation of color #DDC4DA: hue angle of 307.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC4DA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221196218-
CMYK00.110.010.13
HSL307.2º26.88%81.76%-
HSV(B)307.2º11.31%86.67%-
XYZ62.2159.9174.62-
YUV205.98134.78138.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=34.80%
G=30.87%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119621800.110.010.13307.226.8881.76
HexDDC4DA0B1D1331b52
Octal33530433201311546333122
Binary1101110111000100110110100101111101100110011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4DA; }

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

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

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

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

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

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

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

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