#DDC4DC

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

Shades of Thistle #DDC4DC

Tints of Thistle #DDC4DC

Color information

#DDC4DC (or 0xDDC4DC) is unknown color: approx Thistle. HEX triplet: DD, C4 and DC. RGB value is (221,196,220). Sum of RGB (Red+Green+Blue) = 221+196+220=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4DC is #223B23. Grayscale: #CECECE. Windows color (decimal): -2243364 or 14468317. OLE color: 14468317.

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

Color convert

RGB221196220-
CMYK00.110.000.13
HSL302.4º26.88%81.76%-
HSV(B)302.4º11.31%86.67%-
XYZ62.4860.0276-
YUV206.21135.78138.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 196 (76.95% from 255) = 30.77%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=34.69%
G=30.77%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119622000.110.000.13302.426.8881.76
HexDDC4DC0B0D12e1b52
Octal33530433401301545633122
Binary1101110111000100110111000101101101100101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4DC; }

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

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

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

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

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

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

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

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