#DDC4DB

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

Shades of Thistle #DDC4DB

Tints of Thistle #DDC4DB

Color information

#DDC4DB (or 0xDDC4DB) is unknown color: approx Thistle. HEX triplet: DD, C4 and DB. RGB value is (221,196,219). Sum of RGB (Red+Green+Blue) = 221+196+219=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4DB is #223B24. Grayscale: #CECECE. Windows color (decimal): -2243365 or 14402781. OLE color: 14402781.

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

Color convert

RGB221196219-
CMYK00.110.010.13
HSL304.8º26.88%81.76%-
HSV(B)304.8º11.31%86.67%-
XYZ62.3459.9775.31-
YUV206.1135.28138.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=34.75%
G=30.82%
B=34.43%

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
Decimal22119621900.110.010.13304.826.8881.76
HexDDC4DB0B1D1311b52
Octal33530433301311546133122
Binary1101110111000100110110110101111101100110001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4DB; }

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

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

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

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

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

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

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

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