#DDBDE7

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

Shades of Thistle #DDBDE7

Tints of Thistle #DDBDE7

Color information

#DDBDE7 (or 0xDDBDE7) is unknown color: approx Thistle. HEX triplet: DD, BD and E7. RGB value is (221,189,231). Sum of RGB (Red+Green+Blue) = 221+189+231=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDBDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDE7 is #224218. Grayscale: #CBCBCB. Windows color (decimal): -2245145 or 15187421. OLE color: 15187421.

HSL color Cylindrical-coordinate representation of color #DDBDE7: hue angle of 285.71º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDBDE7 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221189231-
CMYK0.040.1800.09
HSL285.71º46.67%82.35%-
HSV(B)285.71º18.18%90.59%-
XYZ62.4457.5483.42-
YUV203.36143.6140.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 231 (90.62% from 255) = 36.04%
R=34.48%
G=29.49%
B=36.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211892310.040.1800.09285.7146.6782.35
HexDDBDE74120911e2f52
Octal33527534742201143657122
Binary11011101101111011110011110010010010011000111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDE7; }

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

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

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

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

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

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

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

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