#DDBDDD

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

Shades of Thistle #DDBDDD

Tints of Thistle #DDBDDD

Color information

#DDBDDD (or 0xDDBDDD) is unknown color: approx Thistle. HEX triplet: DD, BD and DD. RGB value is (221,189,221). Sum of RGB (Red+Green+Blue) = 221+189+221=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDDD is #224222. Grayscale: #CACACA. Windows color (decimal): -2245155 or 14532061. OLE color: 14532061.

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

Color convert

RGB221189221-
CMYK00.1400.13
HSL300º32%80.39%-
HSV(B)300º14.48%86.67%-
XYZ61.0756.9976.19-
YUV202.22138.6141.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=35.02%
G=29.95%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118922100.1400.133003280.39
HexDDBDDD0E0D12c2050
Octal33527533501601545440120
Binary11011101101111011101110101110011011001011001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDDD; }

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

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

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

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

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

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

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

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