#DDB6DD

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

Shades of Thistle #DDB6DD

Tints of Thistle #DDB6DD

Color information

#DDB6DD (or 0xDDB6DD) is unknown color: approx Thistle. HEX triplet: DD, B6 and DD. RGB value is (221,182,221). Sum of RGB (Red+Green+Blue) = 221+182+221=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6DD is #224922. Grayscale: #C5C5C5. Windows color (decimal): -2246947 or 14530269. OLE color: 14530269.

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

Color convert

RGB221182221-
CMYK00.1800.13
HSL300º36.45%79.02%-
HSV(B)300º17.65%86.67%-
XYZ59.654.0575.7-
YUV198.11140.92144.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 182 (71.48% from 255) = 29.17%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=35.42%
G=29.17%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118222100.1800.1330036.4579.02
HexDDB6DD0120D12c244f
Octal33526633502201545444117
Binary110111011011011011011101010010011011001011001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6DD; }

 p { color: rgb(221,182,221); }

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

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

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

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

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

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

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