#DDBDE5

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

Shades of Thistle #DDBDE5

Tints of Thistle #DDBDE5

Color information

#DDBDE5 (or 0xDDBDE5) is unknown color: approx Thistle. HEX triplet: DD, BD and E5. RGB value is (221,189,229). Sum of RGB (Red+Green+Blue) = 221+189+229=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDBDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDE5 is #22421A. Grayscale: #CBCBCB. Windows color (decimal): -2245147 or 15056349. OLE color: 15056349.

HSL color Cylindrical-coordinate representation of color #DDBDE5: hue angle of 288º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBDE5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221189229-
CMYK0.030.1700.10
HSL288º43.48%81.96%-
HSV(B)288º17.47%89.8%-
XYZ62.1657.4281.94-
YUV203.13142.6140.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 229 (89.84% from 255) = 35.84%
R=34.59%
G=29.58%
B=35.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211892290.030.1700.1028843.4881.96
HexDDBDE53110A1202b52
Octal33527534532101244053122
Binary1101110110111101111001011110001010101001000001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDE5; }

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

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

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

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

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

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

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

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