#DDC5DB

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

Shades of Thistle #DDC5DB

Tints of Thistle #DDC5DB

Color information

#DDC5DB (or 0xDDC5DB) is unknown color: approx Thistle. HEX triplet: DD, C5 and DB. RGB value is (221,197,219). Sum of RGB (Red+Green+Blue) = 221+197+219=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5DB is #223A24. Grayscale: #CECECE. Windows color (decimal): -2243109 or 14403037. OLE color: 14403037.

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

Color convert

RGB221197219-
CMYK00.110.010.13
HSL305º26.09%81.96%-
HSV(B)305º10.86%86.67%-
XYZ62.5760.4275.38-
YUV206.68134.95138.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=34.69%
G=30.93%
B=34.38%

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
Decimal22119721900.110.010.1330526.0981.96
HexDDC5DB0B1D1311a52
Octal33530533301311546132122
Binary1101110111000101110110110101111101100110001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5DB; }

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

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

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

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

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

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

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

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