#DDB9DC

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

Shades of Thistle #DDB9DC

Tints of Thistle #DDB9DC

Color information

#DDB9DC (or 0xDDB9DC) is unknown color: approx Thistle. HEX triplet: DD, B9 and DC. RGB value is (221,185,220). Sum of RGB (Red+Green+Blue) = 221+185+220=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9DC is #224623. Grayscale: #C7C7C7. Windows color (decimal): -2246180 or 14465501. OLE color: 14465501.

HSL color Cylindrical-coordinate representation of color #DDB9DC: hue angle of 301.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDB9DC is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221185220-
CMYK00.160.000.13
HSL301.67º34.62%79.61%-
HSV(B)301.67º16.29%86.67%-
XYZ60.0955.2475.21-
YUV199.75139.43143.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 185 (72.66% from 255) = 29.55%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=35.30%
G=29.55%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118522000.160.000.13301.6734.6279.61
HexDDB9DC0100D12e2350
Octal33527133402001545643120
Binary110111011011100111011100010000011011001011101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9DC; }

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

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

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

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

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

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

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

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