#DDBDDE

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

Shades of Thistle #DDBDDE

Tints of Thistle #DDBDDE

Color information

#DDBDDE (or 0xDDBDDE) is unknown color: approx Thistle. HEX triplet: DD, BD and DE. RGB value is (221,189,222). Sum of RGB (Red+Green+Blue) = 221+189+222=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDBDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDDE is #224221. Grayscale: #CACACA. Windows color (decimal): -2245154 or 14597597. OLE color: 14597597.

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

Color convert

RGB221189222-
CMYK0.000.1500.13
HSL298.18º33.33%80.59%-
HSV(B)298.18º14.86%87.06%-
XYZ61.257.0476.89-
YUV202.33139.1141.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 222 (87.11% from 255) = 35.13%
R=34.97%
G=29.91%
B=35.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211892220.000.1500.13298.1833.3380.59
HexDDBDDE0F0D12a2151
Octal33527533601701545241121
Binary11011101101111011101111001111011011001010101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDDE; }

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

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

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

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

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

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

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

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