#DDC1DB

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

Shades of Thistle #DDC1DB

Tints of Thistle #DDC1DB

Color information

#DDC1DB (or 0xDDC1DB) is unknown color: approx Thistle. HEX triplet: DD, C1 and DB. RGB value is (221,193,219). Sum of RGB (Red+Green+Blue) = 221+193+219=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1DB is #223E24. Grayscale: #CCCCCC. Windows color (decimal): -2244133 or 14402013. OLE color: 14402013.

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

Color convert

RGB221193219-
CMYK00.130.010.13
HSL304.29º29.17%81.18%-
HSV(B)304.29º12.67%86.67%-
XYZ61.6758.6375.08-
YUV204.34136.28139.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 219 (85.94% from 255) = 34.60%
R=34.91%
G=30.49%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119321900.130.010.13304.2929.1781.18
HexDDC1DB0D1D1301d51
Octal33530133301511546035121
Binary1101110111000001110110110110111101100110000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1DB; }

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

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

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

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

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

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

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

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