#DDB9DE

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

Shades of Thistle #DDB9DE

Tints of Thistle #DDB9DE

Color information

#DDB9DE (or 0xDDB9DE) is unknown color: approx Thistle. HEX triplet: DD, B9 and DE. RGB value is (221,185,222). Sum of RGB (Red+Green+Blue) = 221+185+222=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDB9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9DE is #224621. Grayscale: #C7C7C7. Windows color (decimal): -2246178 or 14596573. OLE color: 14596573.

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

Color convert

RGB221185222-
CMYK0.000.1700.13
HSL298.38º35.92%79.8%-
HSV(B)298.38º16.67%87.06%-
XYZ60.3555.3476.61-
YUV199.98140.43142.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 185 (72.66% from 255) = 29.46%
BLUE value IS 222 (87.11% from 255) = 35.35%
R=35.19%
G=29.46%
B=35.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211852220.000.1700.13298.3835.9279.8
HexDDB9DE0110D12a2450
Octal33527133602101545244120
Binary110111011011100111011110010001011011001010101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9DE; }

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

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

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

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

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

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

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

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